forked from ananjaser1211/Apollo
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from duhansysl/duhan_6.1
Merge duhan_test into duhan_6.1
- Loading branch information
Showing
21 changed files
with
2,540 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
config MAX77705_VIBRATOR | ||
tristate "Maxim MAX77705 vibrator" | ||
default n | ||
depends on MFD_MAX77705 | ||
help | ||
If you say yes here you will get support for the | ||
motor of Maxim MAX77705 PMIC. | ||
To enable this driver, MFD_MAX77705 should be enabled and | ||
MFD_MAX77705 calls this driver. | ||
|
||
config MAX77705_VIB_FOLD_MODEL | ||
tristate "get support for folder status " | ||
default n | ||
depends on MAX77705_VIBRATOR | ||
help | ||
If you enable this feature, | ||
you will get event for folder status | ||
through event_cmd sysfs | ||
|
||
config SEC_VIBRATOR | ||
tristate "sec vibrator" | ||
default n | ||
help | ||
If you say yes here you will get support for the | ||
sec vibrator driver | ||
|
||
config SEC_VIB_NOTIFIER | ||
tristate "use sec vibrator notifier" | ||
default n | ||
depends on SEC_VIBRATOR | ||
help | ||
Enable notifier functions to get motor enable status | ||
and timeout value by register notifiy | ||
If you unsure, please select n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Makefile for the vibrator driver ICs with vibrator driver | ||
# | ||
|
||
obj-$(CONFIG_MAX77705_VIBRATOR) += max77705_vibrator.o | ||
obj-$(CONFIG_SEC_VIBRATOR) += sec_vibrator.o |
Oops, something went wrong.