aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2013-02-13mfd: omap-usb-host: get rid of build warningRoger Quadros1-1/+1
2013-02-13mfd: omap-usb-host: Don't spam console on clk_set_parent failureRoger Quadros1-9/+9
2013-02-13mfd: omap-usb-host: clean up omap_usbhs_init()Roger Quadros1-48/+81
2013-02-13mfd: omap-usb-host: Get rid of unnecessary spinlockRoger Quadros1-16/+0
2013-02-13mfd: omap-usb-host: Manage HSIC clocks for HSIC modeRoger Quadros1-14/+83
2013-02-13mfd: omap-usb-host: cleanup clock management codeRoger Quadros1-80/+106
2013-02-13mfd: omap-usb-host: override number of ports from platform dataRoger Quadros1-13/+21
2013-02-13mfd: omap-usb-host: know about number of ports from revision registerRoger Quadros1-5/+28
2013-02-13mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()Roger Quadros1-27/+11
2013-02-13mfd: omap_usb_host: Avoid missing platform data checks in suspend/resumeRoger Quadros1-10/+0
2013-02-13mfd: omap-usb-tll: Add OMAP5 revision and HSIC supportRoger Quadros1-0/+14
2013-02-13mfd: omap-usb-tll: serialize access to TLL deviceRoger Quadros1-26/+27
2013-02-13mfd: omap-usb-tll: Fix error messageRoger Quadros1-9/+12
2013-02-13mfd: omap-usb-tll: Check for missing platform data in probeRoger Quadros1-10/+5
2013-02-13mfd: omap-usb-tll: introduce and use mode_needs_tll()Roger Quadros1-8/+12
2013-02-13mfd: omap-usb-tll: Clean up clock handlingRoger Quadros1-33/+54
2013-02-13mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error pathRoger Quadros1-26/+12
2013-02-13mfd: omap-usb-tll: Fix channel count detectionRoger Quadros1-9/+11
2013-02-13mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2-43/+31
2013-02-12Merge branch 'fixes-for-3.9' into next/fixes-non-criticalOlof Johansson1-1/+1
2013-02-12Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-43/+79
2013-02-12mfd: db8500-prcmu: update resource passingLinus Walleij1-43/+79
2013-02-09Merge tag 'v3.8-rc6' into next/cleanupOlof Johansson17-69/+216
2013-02-08mfd: ab8500: allow AB9540 based devices to use ABX500 pinctrlLee Jones1-1/+2
2013-02-08mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctlyLee Jones1-1/+1
2013-02-08mfd: ab8500: provide a irq_set_type() functionLee Jones1-0/+6
2013-02-08mfd: ab8500: actually handle the AB8500 GPIO IRQs correctlyLinus Walleij1-3/+19
2013-02-08mfd: ab8500: prepare to handle AB8500 GPIO's IRQs correctlyLee Jones1-1/+25
2013-02-04regulator: s5m8767: Fix build in non-DT caseMark Brown1-1/+1
2013-02-04regulator: add device tree support for s5m8767Amit Daniel Kachhap1-2/+73
2013-02-04mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameterPhilippe Langlais1-13/+13
2013-02-04mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc'Lee Jones1-2/+0
2013-02-04mfd: ab8500-gpadc: Reduce conversion timeoutLee Jones1-1/+4
2013-02-04mfd: ab8500-debugfs: sizeof() mismatch bugfixAshok G1-1/+1
2013-02-04mfd: ab8500-gpadc: Add runtime pm supportLee Jones1-6/+64
2013-02-04mfd: ab8500-debugfs: Add interrupt debugBengt Jonsson2-0/+50
2013-02-04mfd ab8500-gpadc: Introduce new AB version detectionMichel JAOUEN1-11/+4
2013-02-04mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamicallyLinus Walleij1-10/+41
2013-02-04mfd: ab8500-core: Allow the possibility to dump all AB8500 registersMian Yousaf Kaukab2-0/+14
2013-02-04mfd: ab8500-debugfs: add debugfs node to read all registersMian Yousaf Kaukab1-14/+81
2013-02-04mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3Philippe Langlais1-2/+24
2013-02-04mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodesJohn Beckett1-21/+465
2013-02-04mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entrycarriere etienne1-52/+338
2013-02-04mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointerLee Jones1-1/+1
2013-02-04mfd: ab8500-debugfs: Keep count of IRQs in debugfsMattias Wallin1-24/+53
2013-02-04mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQsLee Jones1-0/+198
2013-02-04mfd: abx500-core: Provide an API to dump all ABx500 registersMian Yousaf Kaukab1-0/+16
2013-02-04mfd: ab8500-sysctrl: export read/write symbolsJonas Aaberg1-0/+2
2013-02-04mfd: ab8500-sysctrl: Provide configuration for SysClkReqRfClkBuf registersKennet Wallden1-0/+24
2013-02-04mfd: ab8500-gpadc: Change to usleep_range() for greater resolutionLee Jones1-1/+1