summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-22mfd: wm5110: Add delay before releasing reset lineCharles Keepax1-0/+10
2015-06-22mfd: arizona: Add better support for system suspendCharles Keepax1-16/+77
2015-06-22mfd: wm5110: Set DCVDD voltage to 1.175V before entering sleep modeCharles Keepax1-0/+52
2015-06-22mfd: wm5110: Add register patch required for low power sleepCharles Keepax1-0/+39
2015-06-22mfd: arizona: Factor out SYSCLK enable from wm5102 hardware patchCharles Keepax1-20/+57
2015-06-22mfd: arizona: Fix formating/style issues in arizona_apply_hardware_patchCharles Keepax1-20/+17
2015-06-22mfd: wm5102: Ensure we always boot the device fullyCharles Keepax1-10/+40
2015-06-22mfd: arizona: Factor out hard reset into helper functionsCharles Keepax1-8/+17
2015-06-22mfd: arizona: Use devres to manage reset GPIOCharles Keepax1-6/+4
2015-06-22mfd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-2/+4
2015-06-22mfd: twl4030-power: Fix pmic for boards that need AC charger disabledTony Lindgren1-7/+38
2015-06-22mfd: arizona: Remove redundant register syncCharles Keepax1-8/+0
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski21-28/+28
2015-06-22Merge branches 'ib-mfd-watchdog-rtc-4.2', 'ib-mfd-regulator-4.2' and 'ib-mfd-...Lee Jones112-1044/+2442
2015-06-22mfd: cros_ec: Staticise some newly introduced structuresLee Jones1-4/+4
2015-06-15mfd: cros_ec: spi: Add delay for asserting CSAlexandru M Stan1-2/+19
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou9-121/+198
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber3-58/+563
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber5-48/+329
2015-06-15mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas7-102/+129
2015-06-15mfd: cros_ec: rev cros_ec_commands.hStephen Barber1-7/+7
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas9-171/+316
2015-06-15mfd: cros_ec: Instantiate sub-devices from device treeTodd Broch1-11/+11
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou3-3/+0
2015-05-13mfd: axp20x: Enable AXP22X regulatorsChen-Yu Tsai1-0/+2
2015-05-13regulator: axp20x: Add support for AXP22X regulatorsBoris BREZILLON1-0/+96
2015-05-13regulator: axp20x: Prepare support for multiple AXP chip familiesBoris BREZILLON1-49/+94
2015-05-13mfd: axp20x: Add AXP22x PMIC supportBoris BREZILLON1-0/+98
2015-05-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-94/+110
2015-05-04Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-0/+10
2015-05-04Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...Dave Airlie1-4/+5
2015-05-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-146/+47
2015-05-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-0/+7
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-113/+169
2015-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+5
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+17
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-04-30net/mlx4_core: Fix unaligned accessesDavid Ahern1-4/+14
2015-04-30mlx4_en: Use correct loop cursor in error path.Benjamin Poirier1-1/+1
2015-04-30Merge branches 'acpica', 'acpi-battery' and 'pm-cpuidle'Rafael J. Wysocki2-1/+17
2015-04-30Merge tag 'dm-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2-15/+21
2015-04-30Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-18/+43
2015-04-30Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-16/+43
2015-04-30Merge tag 'renesas-sh-drivers-for-v4.1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+3
2015-04-30dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer1-4/+12
2015-04-30dm: only initialize the request_queue onceChristoph Hellwig2-11/+9
2015-04-30rtc: st: Add new driver for ST's LPC RTCLee Jones3-0/+366