aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/ab8500-debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06mfd: ab8500-debugfs: Fix incompatible types in comparison expression issueGravatar Lee Jones 1-1/+1
2019-10-18mfd: Switch the AB8500 GPADC to IIOGravatar Linus Walleij 1-715/+0
2019-08-12mfd: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-6/+2
2019-08-12mfd: ab8500: No need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-226/+98
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Gravatar Thomas Gleixner 1-1/+1
2019-05-14mfd: ab8500-debugfs: Fix a typo ("deubgfs")Gravatar Jonathan Neuschäfer 1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-6/+6
2018-05-16mfd: ab8500-debugfs: Use kasprintfGravatar Himanshu Jha 1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroGravatar Andy Shevchenko 1-14/+0
2018-01-08mfd: ab8500: Introduce DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-344/+62
2018-01-08mfd: ab8500-debugfs: Use common error handling code in ab8500_print_modem_reg...Gravatar Markus Elfring 1-16/+19
2016-11-29mfd: ab8500-debugfs: Make it explicitly non-modularGravatar Paul Gortmaker 1-19/+2
2016-10-04mfd: ab8500-debugfs: Remove 'weak' function suspend_test_wake_cause_interrupt...Gravatar Lee Jones 1-9/+1
2016-10-04mfd: ab8500-debugfs: Remove ab8500_dump_all_banks_to_mem()Gravatar Lee Jones 1-54/+0
2016-10-04mfd: ab8500-debugfs: Prevent initialised field from being over-writtenGravatar Lee Jones 1-29/+21
2016-04-28mfd: ab8500-debugfs: fix "between" in printkGravatar Colin Ian King 1-1/+1
2016-01-14mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formattingGravatar Lee Jones 1-10/+15
2015-06-22mfd: ab8500-debugfs: Pass the IRQF_ONESHOT flagGravatar Fabio Estevam 1-1/+1
2015-03-12mfd: ab8500-debugfs: Remove use of seq_printf return valueGravatar Joe Perches 1-75/+121
2014-10-20mfd: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-21mfd: ab8500-debugfs: BIG clean-upGravatar Lee Jones 1-116/+172
2014-07-09mfd: ab8500-debugfs: Simplify invalid debugfs data checkingGravatar Lee Jones 1-7/+7
2014-07-09mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negat...Gravatar Rickard Strandqvist 1-1/+1
2014-07-09mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recur...Gravatar Fabian Frederick 1-2/+1
2014-07-09mfd: ab8500-debugfs.c: Cleaning up values that are never usedGravatar Rickard Strandqvist 1-2/+1
2014-01-06mfd: ab8500-debugfs: Move dereference after check for NULLGravatar Dan Carpenter 1-2/+3
2013-09-02mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for ev...Gravatar Lee Jones 1-0/+3
2013-09-02mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for sysfsGravatar Lee Jones 1-0/+3
2013-09-02mfd: ab8500-debugfs: Staticize local variablesGravatar Sachin Kamat 1-4/+4
2013-06-13mfd: ab8500-debug: Convert to managed resources for allocating memoryGravatar Lee Jones 1-22/+12
2013-06-13mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Gravatar Jingoo Han 1-1/+1
2013-05-17mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceGravatar Linus Walleij 1-4/+12
2013-03-07mfd: ab8500-debugfs: Trivially beautify the debugfs driverGravatar Lee Jones 1-97/+89
2013-03-07mfd: ab8500-debug: Convert to kstrtoul_from_userGravatar srinidhi kasagar 1-70/+30
2013-03-07mfd: ab8500-debug: Add explicit dependenciesGravatar Linus Walleij 1-0/+3
2013-03-07mfd: ab8500-debug: Add register map for ab8540.Gravatar Lee Jones 1-3/+419
2013-03-07mfd: ab8500-debugfs: Change AB8500 debug permissionsGravatar Lee Jones 1-28/+28
2013-03-07mfd: ab8500-debug: Add ADC input channel usb_id in debugfsGravatar Lee Jones 1-0/+35
2013-03-07mfd: ab8500-debugfs: Dump sim registersGravatar Lee Jones 1-0/+78
2013-03-07mfd: ab8500-debug: Add support for the AB8540Gravatar Lee Jones 1-1/+285
2013-03-07mfd: ab8500-debug: Add support for ab8505 and ab9540Gravatar Lee Jones 1-11/+372
2013-03-07mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisationsGravatar Lee Jones 1-0/+2
2013-03-07mfd: ab8500-debug: Add wake-up infoGravatar Jonas Aaberg 1-5/+30
2013-03-07mfd: ab8500-debug: Better error handling on crashGravatar Jonas Aaberg 1-4/+11
2013-03-07mfd: ab8500-debug: Function to save all ABB registers to memGravatar Lee Jones 1-0/+50
2013-03-07mfd: ab8500-debug: Print banks in hexGravatar Mattias Wallin 1-9/+9
2013-03-07mfd: ab8500-gpadc: Add gpadc hw conversionGravatar Lee Jones 1-26/+266
2013-02-14mfd: ab8500: Fix compile errorGravatar Linus Walleij 1-0/+1
2013-02-04mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameterGravatar Philippe Langlais 1-13/+13