aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/menelaus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-2/+0
2019-07-02mfd: menelaus: Remove superfluous error messageAlexandre Belloni1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-09-11mfd: menelaus: Fix possible race condition and leakAlexandre Belloni1-4/+9
2017-04-27mfd: menelaus: Remove obsolete local_irq_disable() and local_irq_enable()Martin Kepplinger1-4/+0
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-1/+1
2015-03-30mfd: menelaus: Use macro for magic numberAaro Koskinen1-1/+1
2015-03-30mfd: menelaus: Drop support for SW controller VCOREAaro Koskinen1-23/+0
2015-03-23mfd: menelaus: Remove incorrect __exit markupsDmitry Torokhov1-2/+2
2014-09-26mfd: menelaus: Fix error return codeJulia Lawall1-4/+4
2014-09-26mfd: menelaus: Remove null pointer dereferenceHimangi Saraogi1-3/+0
2014-06-03mfd: menelaus: Use module_i2c_driverSachin Kamat1-22/+1
2013-08-20mfd: menelaus: Use devm_*() functionsJingoo Han1-10/+6
2013-08-07mfd: menelaus: Use NULL instead of 0Jingoo Han1-2/+2
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2012-10-15ARM: OMAP2: Move plat/menelaus.h to linux/mfd/menelaus.hTony Lindgren1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-1/+1
2011-10-24mfd: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2010-12-24mfd: update workqueue usagesTejun Heo1-1/+2
2010-08-12mfd: Use macros instead of some constant magic numbers for menelausJarkko Nikula1-21/+54
2010-08-12mfd: Fix menelaus mmc slot 2 misconfigurationJarkko Nikula1-2/+2
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-28mfd: Fix dangling pointersWolfram Sang1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-01-04mfd: move drivers/i2c/chips/menelaus.c to drivers/mfdDavid Brownell1-0/+1285