11 Aug, 2015
3 commits
-
Signal that this is a built-in driver and call its probe function
immediately on init. Suppress binding attributes and delete the
.remove() function since it is never unloaded. Tag probe() and
functions only called from probe() with __init. Delete all module
macros since this is a pure built-in.Signed-off-by: Linus Walleij
Signed-off-by: Lee Jones -
There is a special function for debug prints rather than the
usual hexdump function, let's use it.Signed-off-by: Linus Walleij
Signed-off-by: Lee Jones -
Clean out a misspelled "HW" (MW) and remove commented-out
codeline.Signed-off-by: Linus Walleij
Signed-off-by: Lee Jones
25 Jul, 2014
1 commit
-
This is part of an effort to clean-up the MFD subsystem.
ERROR: space required before the open parenthesis '('
+ if(!micro->msg)WARNING: unnecessary whitespace before a quoted newline
+ dev_dbg(micro->dev, "key message ignored, no handle \n");WARNING: unnecessary whitespace before a quoted newline
+ dev_dbg(micro->dev, "touchscreen message ignored, no handle \n");WARNING: space prohibited before semicolon
+ rx->id = (ch & 0xf0) >> 4 ;total: 1 errors, 3 warnings, 482 lines checked
Signed-off-by: Lee Jones
03 Jun, 2014
3 commits
-
mfd_add_devices() expects array of struct mfd_cell to be const.
Signed-off-by: Krzysztof Kozlowski
Acked-by: Linus Walleij
Signed-off-by: Lee Jones -
Use devm_ioremap_resource() because devm_request_and_ioremap() is
obsoleted by devm_ioremap_resource().Signed-off-by: Jingoo Han
Acked-by: Linus Walleij
Signed-off-by: Lee Jones -
This adds a driver for the Atmel Microcontroller found on the
iPAQ h3xxx series. This device handles some keys, the
touchscreen, and the battery monitoring.This is a port of a driver from handhelds.org 2.6.21 kernel,
written by Alessandro Gardich based on Andrew Christians
original HAL-driver. It has been heavily cleaned and
converted to mfd-core by Dmitry Artamonow and rewritten
again for the v3.x series kernels by Linus Walleij,
bringing back some of the functionality lost from Andrew's
original driver.Acked-by: Greg Kroah-Hartman
Signed-off-by: Alessandro Gardich
Signed-off-by: Dmitry Artamonow
Signed-off-by: Linus Walleij
Signed-off-by: Lee Jones