aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab8500-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06mfd: ab8500-debugfs: Move dereference after check for NULLDan Carpenter1-2/+3
2013-09-02mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for event nameLee Jones1-0/+3
2013-09-02mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for sysfsLee Jones1-0/+3
2013-09-02mfd: ab8500-debugfs: Staticize local variablesSachin Kamat1-4/+4
2013-06-13mfd: ab8500-debug: Convert to managed resources for allocating memoryLee Jones1-22/+12
2013-06-13mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Jingoo Han1-1/+1
2013-05-17mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceLinus Walleij1-4/+12
2013-03-07mfd: ab8500-debugfs: Trivially beautify the debugfs driverLee Jones1-97/+89
2013-03-07mfd: ab8500-debug: Convert to kstrtoul_from_usersrinidhi kasagar1-70/+30
2013-03-07mfd: ab8500-debug: Add explicit dependenciesLinus Walleij1-0/+3
2013-03-07mfd: ab8500-debug: Add register map for ab8540.Lee Jones1-3/+419
2013-03-07mfd: ab8500-debugfs: Change AB8500 debug permissionsLee Jones1-28/+28
2013-03-07mfd: ab8500-debug: Add ADC input channel usb_id in debugfsLee Jones1-0/+35
2013-03-07mfd: ab8500-debugfs: Dump sim registersLee Jones1-0/+78
2013-03-07mfd: ab8500-debug: Add support for the AB8540Lee Jones1-1/+285
2013-03-07mfd: ab8500-debug: Add support for ab8505 and ab9540Lee Jones1-11/+372
2013-03-07mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisationsLee Jones1-0/+2
2013-03-07mfd: ab8500-debug: Add wake-up infoJonas Aaberg1-5/+30
2013-03-07mfd: ab8500-debug: Better error handling on crashJonas Aaberg1-4/+11
2013-03-07mfd: ab8500-debug: Function to save all ABB registers to memLee Jones1-0/+50
2013-03-07mfd: ab8500-debug: Print banks in hexMattias Wallin1-9/+9
2013-03-07mfd: ab8500-gpadc: Add gpadc hw conversionLee Jones1-26/+266
2013-02-14mfd: ab8500: Fix compile errorLinus Walleij1-0/+1
2013-02-04mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameterPhilippe Langlais1-13/+13
2013-02-04mfd: ab8500-debugfs: sizeof() mismatch bugfixAshok G1-1/+1
2013-02-04mfd: ab8500-debugfs: Add interrupt debugBengt Jonsson1-0/+49
2013-02-04mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamicallyLinus Walleij1-10/+41
2013-02-04mfd: ab8500-core: Allow the possibility to dump all AB8500 registersMian Yousaf Kaukab1-0/+13
2013-02-04mfd: ab8500-debugfs: add debugfs node to read all registersMian Yousaf Kaukab1-14/+81
2013-02-04mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3Philippe Langlais1-2/+24
2013-02-04mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodesJohn Beckett1-21/+465
2013-02-04mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entrycarriere etienne1-52/+338
2013-02-04mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointerLee Jones1-1/+1
2013-02-04mfd: ab8500-debugfs: Keep count of IRQs in debugfsMattias Wallin1-24/+53
2013-02-04mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQsLee Jones1-0/+198
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-09mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-07-09mfd: Generically describe interactions with the DB8500 PRCMULee Jones1-3/+3
2012-05-20mfd: Enable ab8500-debug when Device Tree is enabledLee Jones1-0/+6
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker1-0/+1
2011-07-31mfd: Use kstrtoul_from_user in ab8500Peter Huewe1-30/+11
2011-03-23mfd: ab8500: world-writable debugfs register-* filesVasiliy Kulikov1-3/+3
2011-01-14mfd: Use NULL to initialise NULL pointers in ab8500-debugfsMark Brown1-7/+7
2011-01-14mfd: Fix ab8500-debug indentation errorsMattias Wallin1-508/+508
2010-10-29mfd: AB8500 debugfsMattias Wallin1-0/+652