summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* mfd: convert to idr_alloc()Tejun Heo2013-02-271-7/+6
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-2433-997/+2941
|\
| * mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra2013-02-151-5/+2
| * 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/+0
| | * 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/+11
| | * mfd: omap_usb_host: Avoid missing platform data checks in suspend/resumeRoger Quadros2013-02-131-10/+0
| | * 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/+5
| | * mfd: omap-usb-tll: introduce and use mode_needs_tll()Roger Quadros2013-02-131-8/+12
| | * mfd: omap-usb-tll: Clean up clock handlingRoger Quadros2013-02-131-33/+54
| | * mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error pathRoger Quadros2013-02-131-26/+12
| | * mfd: omap-usb-tll: Fix channel count detectionRoger Quadros2013-02-131-9/+11
| | * mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2013-02-132-43/+31
| * | mfd: lpc_ich: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-141-0/+38
| * | mfd: lpc_sch: Accomodate partial population of the MFD devicesDarren Hart2013-02-141-76/+71
| * | mfd: da9052-i2c: Staticize da9052_i2c_fix()Fabio Estevam2013-02-141-2/+1
| * | mfd: syscon: Fix sparse warningFabio Estevam2013-02-141-0/+1
| * | mfd: twl-core: Fix kernel panic on bootJon Hunter2013-02-141-8/+8
| * | Merge branch 'abx500-pinctrl-for-mfd' of git://git.kernel.org/pub/scm/linux/k...Samuel Ortiz2013-02-141-3/+50
| |\ \
| | * | mfd: ab8500: allow AB9540 based devices to use ABX500 pinctrlLee Jones2013-02-081-1/+2
| | * | mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctlyLee Jones2013-02-081-1/+1
| | * | mfd: ab8500: provide a irq_set_type() functionLee Jones2013-02-081-0/+6
| | * | mfd: ab8500: actually handle the AB8500 GPIO IRQs correctlyLinus Walleij2013-02-081-3/+19
| | * | mfd: ab8500: prepare to handle AB8500 GPIO's IRQs correctlyLee Jones2013-02-081-1/+25
| | |/
| * | mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-141-0/+30
| * | mfd: ab8500: Fix compile errorLinus Walleij2013-02-141-0/+1
| * | mfd: Add missing GENERIC_HARDIRQS dependeciesHeiko Carstens2013-02-141-34/+38
| * | Merge branch 'for-mfd' of git://git.linaro.org/people/ljones/linux-3.0-ux500 ...Samuel Ortiz2013-02-145-74/+1375
| |\ \
| | * | mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameterPhilippe Langlais2013-02-041-13/+13
| | * | mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc'Lee Jones2013-02-041-2/+0
| | * | mfd: ab8500-gpadc: Reduce conversion timeoutLee Jones2013-02-041-1/+4
| | * | mfd: ab8500-debugfs: sizeof() mismatch bugfixAshok G2013-02-041-1/+1
| | * | mfd: ab8500-gpadc: Add runtime pm supportLee Jones2013-02-041-6/+64
| | * | mfd: ab8500-debugfs: Add interrupt debugBengt Jonsson2013-02-042-0/+50
| | * | mfd ab8500-gpadc: Introduce new AB version detectionMichel JAOUEN2013-02-041-11/+4
| | * | mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamicallyLinus Walleij2013-02-041-10/+41
| | * | mfd: ab8500-core: Allow the possibility to dump all AB8500 registersMian Yousaf Kaukab2013-02-042-0/+14
| | * | mfd: ab8500-debugfs: add debugfs node to read all registersMian Yousaf Kaukab2013-02-041-14/+81
| | * | mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3Philippe Langlais2013-02-041-2/+24
| | * | mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodesJohn Beckett2013-02-041-21/+465
OpenPOWER on IntegriCloud