BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
4bfe902a
Commit
4bfe902a
authored
Jan 21, 2019
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtc-pcf85063: MangOH -> mangOH
parent
070b9ed4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rtc-pcf85063.c
linux_kernel_modules/rtc-pcf85063/rtc-pcf85063.c
+2
-2
No files found.
linux_kernel_modules/rtc-pcf85063/rtc-pcf85063.c
View file @
4bfe902a
...
...
@@ -9,7 +9,7 @@
*
* Sierra Wireless Inc. - Added on functionality to allow control of the
* square-wave clkout frequencies via sysfs entries. Note, this was developed in
* the context of the
M
angOH Yellow board which has the square-wave clkout pin
* the context of the
m
angOH Yellow board which has the square-wave clkout pin
* connected to a buzzer. Thus, one can drive the buzzer for the allowable
* frequencies, note humans can only recognize 20 - 20KHz (some of us, like your
* author even less).
...
...
@@ -57,7 +57,7 @@ static const int clkout_freq_table[NUM_FREQUENCIES][2] = {
static
struct
i2c_driver
pcf85063_driver
;
/*
* We need to define a mutex here because the rtc_sync module in
M
angOH can call
* We need to define a mutex here because the rtc_sync module in
m
angOH can call
* into rtc_set_time while sysfs is changing the square-wave output frequencies.
* Ditto for rtc_read_time from rtc_sync. We wouldn't need the mutex if a workQ
* handler was defined for this device but then the rtc_sync module would not be
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment