index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
ab8500-debugfs.c
Age
Commit message (
Expand
)
Author
2020-07-06
mfd: ab8500-debugfs: Fix incompatible types in comparison expression issue
Lee Jones
2019-10-18
mfd: Switch the AB8500 GPADC to IIO
Linus Walleij
2019-08-12
mfd: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-12
mfd: ab8500: No need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Thomas Gleixner
2019-05-14
mfd: ab8500-debugfs: Fix a typo ("deubgfs")
Jonathan Neuschäfer
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-05-16
mfd: ab8500-debugfs: Use kasprintf
Himanshu Jha
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-07
seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro
Andy Shevchenko
2018-01-08
mfd: ab8500: Introduce DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-01-08
mfd: ab8500-debugfs: Use common error handling code in ab8500_print_modem_reg...
Markus Elfring
2016-11-29
mfd: ab8500-debugfs: Make it explicitly non-modular
Paul Gortmaker
2016-10-04
mfd: ab8500-debugfs: Remove 'weak' function suspend_test_wake_cause_interrupt...
Lee Jones
2016-10-04
mfd: ab8500-debugfs: Remove ab8500_dump_all_banks_to_mem()
Lee Jones
2016-10-04
mfd: ab8500-debugfs: Prevent initialised field from being over-written
Lee Jones
2016-04-28
mfd: ab8500-debugfs: fix "between" in printk
Colin Ian King
2016-01-14
mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formatting
Lee Jones
2015-06-22
mfd: ab8500-debugfs: Pass the IRQF_ONESHOT flag
Fabio Estevam
2015-03-12
mfd: ab8500-debugfs: Remove use of seq_printf return value
Joe Perches
2014-10-20
mfd: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-21
mfd: ab8500-debugfs: BIG clean-up
Lee Jones
2014-07-09
mfd: ab8500-debugfs: Simplify invalid debugfs data checking
Lee Jones
2014-07-09
mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negat...
Rickard Strandqvist
2014-07-09
mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recur...
Fabian Frederick
2014-07-09
mfd: ab8500-debugfs.c: Cleaning up values that are never used
Rickard Strandqvist
2014-01-06
mfd: ab8500-debugfs: Move dereference after check for NULL
Dan Carpenter
2013-09-02
mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for ev...
Lee Jones
2013-09-02
mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for sysfs
Lee Jones
2013-09-02
mfd: ab8500-debugfs: Staticize local variables
Sachin Kamat
2013-06-13
mfd: ab8500-debug: Convert to managed resources for allocating memory
Lee Jones
2013-06-13
mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*
Jingoo Han
2013-05-17
mfd: ab8500: Pass AB8500 IRQ to debugfs code by resource
Linus Walleij
2013-03-07
mfd: ab8500-debugfs: Trivially beautify the debugfs driver
Lee Jones
2013-03-07
mfd: ab8500-debug: Convert to kstrtoul_from_user
srinidhi kasagar
2013-03-07
mfd: ab8500-debug: Add explicit dependencies
Linus Walleij
2013-03-07
mfd: ab8500-debug: Add register map for ab8540.
Lee Jones
2013-03-07
mfd: ab8500-debugfs: Change AB8500 debug permissions
Lee Jones
2013-03-07
mfd: ab8500-debug: Add ADC input channel usb_id in debugfs
Lee Jones
2013-03-07
mfd: ab8500-debugfs: Dump sim registers
Lee Jones
2013-03-07
mfd: ab8500-debug: Add support for the AB8540
Lee Jones
2013-03-07
mfd: ab8500-debug: Add support for ab8505 and ab9540
Lee Jones
2013-03-07
mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisations
Lee Jones
2013-03-07
mfd: ab8500-debug: Add wake-up info
Jonas Aaberg
2013-03-07
mfd: ab8500-debug: Better error handling on crash
Jonas Aaberg
2013-03-07
mfd: ab8500-debug: Function to save all ABB registers to mem
Lee Jones
2013-03-07
mfd: ab8500-debug: Print banks in hex
Mattias Wallin
2013-03-07
mfd: ab8500-gpadc: Add gpadc hw conversion
Lee Jones
2013-02-14
mfd: ab8500: Fix compile error
Linus Walleij
2013-02-04
mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter
Philippe Langlais
[next]