History log of /drivers/mfd/ab8500-debugfs.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ee66e653ca7425bc8ffca4e00f19a8057cd14e4d 02-Dec-2011 Linus Walleij <linus.walleij@linaro.org> mfd: Unify abx500 headers in mfd/abx500

This moves all the header files related to the abx500 family into
a common include directory below mfd. From now on we place any
subchip header in that directory. Headers previously in e.g.
<linux/mfd/ab8500/gpio.h> get prefixed and are now e.g.
<linux/mfd/abx500/ab8500-gpio.h>. The top-level abstract interface
remains in <linux/mfd/abx500.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c
4e36dd331423fce1f996d93b991453a1a702ca5c 03-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> mfd: Add module.h to the implicit drivers/mfd users

With the pending module.h cleanup, these files will fail to compile,
unless they explicitly call out the include of this file.

[omap-usb-host addition courtesy of Anand Gadiyar <gadiyar@ti.com>]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/mfd/ab8500-debugfs.c
8504d638041d50901b8bfba4fe646bd0bbb5cbb9 06-Jun-2011 Peter Huewe <peterhuewe@gmx.de> mfd: Use kstrtoul_from_user in ab8500

This patch replaces the code for getting an unsigned long from a
userspace buffer by a simple call to kstroul_from_user.
This makes it easier to read and less error prone.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c
44bdcb54df2714da18c4a0c6f711a350ab4ed93c 04-Feb-2011 Vasiliy Kulikov <segoon@openwall.com> mfd: ab8500: world-writable debugfs register-* files

Don't allow everybody to interact with hardware registers.

Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c
87fff232cb76828b44312843d96854704f71ed19 13-Dec-2010 Mark Brown <broonie@opensource.wolfsonmicro.com> mfd: Use NULL to initialise NULL pointers in ab8500-debugfs

Partly for coding style reasons, but mostly because sparse warns on it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c
d7b9f3220fd97522559316cdd72778f42ac4de04 26-Nov-2010 Mattias Wallin <mattias.wallin@stericsson.com> mfd: Fix ab8500-debug indentation errors

Replace spaces with proper tabs.

Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c
5814fc35e1837e30b82c3d57f41310d4c4c52824 13-Sep-2010 Mattias Wallin <mattias.wallin@stericsson.com> mfd: AB8500 debugfs

This patch adds the possibility to read and write registers
via the debug_fs. It also adds ranges of registers sorted by bank
which makes it possible to read all defined registers in a bank.

Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ab8500-debugfs.c