summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* ab8500-fg: Add power cut feature for ab8505 and ab8540Lee Jones2013-03-071-0/+36
* mfd: ab8500-debugfs: Trivially beautify the debugfs driverLee Jones2013-03-071-97/+89Star
* mfd: ab8500-core: Hierarchical interrupt registersDariusz Szymczak2013-03-071-76/+6Star
* mfd: ab8500-debug: Convert to kstrtoul_from_usersrinidhi kasagar2013-03-071-70/+30Star
* mfd: ab8500-debug: Add explicit dependenciesLinus Walleij2013-03-071-0/+3
* mfd: ab8500-core: Add abx500-clk as an mfd child deviceUlf Hansson2013-03-071-0/+12
* mfd: ab8500-debug: Add register map for ab8540.Lee Jones2013-03-071-3/+419
* mfd: ab8500-debugfs: Change AB8500 debug permissionsLee Jones2013-03-071-28/+28
* mfd: ab8500-core: Show turn on status at bootMattias Wallin2013-03-071-0/+26
* mfd: ab8500-debug: Add ADC input channel usb_id in debugfsLee Jones2013-03-071-0/+35
* mfd: ab8500-debugfs: Dump sim registersLee Jones2013-03-071-0/+78
* mfd: ab8500-sysctrl: AB8505 doesn't have SYSCLKREQ5..8Rabin Vincent2013-03-071-15/+22
* mfd: ab8500-core: Add additional resources to ab8505_iddet_resourcesLee Jones2013-03-071-0/+24
* mfd: ab8500-gpadc: Optimise GPADC driverLee Jones2013-03-071-157/+55Star
* mfd: ab8500-debug: Add support for the AB8540Lee Jones2013-03-072-1/+329
* mfd: ab8500-gpadc: Add support for the AB8540Lee Jones2013-03-071-40/+276
* mfd: ab8500-sysctrl: Add new reset functionLee Jones2013-03-071-0/+63
* mfd: ab8500-debug: Add support for ab8505 and ab9540Lee Jones2013-03-071-11/+372
* mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisationsLee Jones2013-03-072-3/+8
* mfd: ab8500-sysctrl: Error check clean upMarcus Danielsson2013-03-071-16/+22
* mfd: ab8500-debug: Add wake-up infoJonas Aaberg2013-03-071-5/+30
* mfd: ab8500-debug: Better error handling on crashJonas Aaberg2013-03-071-4/+11
* mfd: ab8500-core: Add Interrupt support for ab8540Lee Jones2013-03-071-7/+43
* mfd: ab8500-core: Rework MFD sub-device initialisation structuresLee Jones2013-03-071-61/+182
* mfd: ab8500-core: Add ADC support for ab8540Lee Jones2013-03-072-43/+98
* mfd: ab8500-debug: Function to save all ABB registers to memLee Jones2013-03-071-0/+50
* mfd: ab8500-debug: Print banks in hexMattias Wallin2013-03-071-9/+9
* mfd: ab8500-core: APE Interrupts are not clearedLee Jones2013-03-071-2/+3
* mfd: ab8500-gpadc: Add gpadc hw conversionLee Jones2013-03-072-101/+473
* mfd: ab8500-gpadc: Reread on failureJonas Aaberg2013-03-071-0/+5
* mfd: ab8500-gpadc: Implemented suspend/resumeDaniel WILLERUD2013-03-071-0/+28
* mfd: ab8500-sysctrl: Update correct turn on statusRajkumar Kasirajan2013-03-072-1/+40
* mfd: convert to idr_alloc()Tejun Heo2013-02-281-7/+6Star
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-2533-997/+2941
|\
| * mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra2013-02-151-5/+2Star
| * Merge branch 'usbhost17-for-mfd' of git://github.com/rogerq/linux into for-nextSamuel Ortiz2013-02-142-335/+466
| |\
| | * mfd: omap-usb-host: get rid of build warningRoger Quadros2013-02-131-1/+1
| | * mfd: omap-usb-host: Don't spam console on clk_set_parent failureRoger Quadros2013-02-131-9/+9
| | * mfd: omap-usb-host: clean up omap_usbhs_init()Roger Quadros2013-02-131-48/+81
| | * mfd: omap-usb-host: Get rid of unnecessary spinlockRoger Quadros2013-02-131-16/+0Star
| | * mfd: omap-usb-host: Manage HSIC clocks for HSIC modeRoger Quadros2013-02-131-14/+83
| | * mfd: omap-usb-host: cleanup clock management codeRoger Quadros2013-02-131-80/+106
| | * mfd: omap-usb-host: override number of ports from platform dataRoger Quadros2013-02-131-13/+21
| | * mfd: omap-usb-host: know about number of ports from revision registerRoger Quadros2013-02-131-5/+28
| | * mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()Roger Quadros2013-02-131-27/+11Star
| | * mfd: omap_usb_host: Avoid missing platform data checks in suspend/resumeRoger Quadros2013-02-131-10/+0Star
| | * mfd: omap-usb-tll: Add OMAP5 revision and HSIC supportRoger Quadros2013-02-131-0/+14
| | * mfd: omap-usb-tll: serialize access to TLL deviceRoger Quadros2013-02-131-26/+27
| | * mfd: omap-usb-tll: Fix error messageRoger Quadros2013-02-131-9/+12
| | * mfd: omap-usb-tll: Check for missing platform data in probeRoger Quadros2013-02-131-10/+5Star