summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-09-26mfd: max8925-i2c: Fix variable length array Sparse warningLee Jones1-1/+1
2014-09-26mfd: 88pm860x-i2c: Fix variable length array Sparse warningLee Jones1-1/+1
2014-09-26mfd: 88pm860x-i2c: Purge unused functionsLee Jones1-64/+0
2014-09-26mfd: lpc_ich: Add Device IDs for Intel 9 Series PCHJames Ralston1-0/+11
2014-09-26mfd: max77693: Improve support for the flash cellJacek Anaszewski1-1/+4
2014-09-26mfd: lpc_ich: Add PCI ID for Intel BraswellAlan Cox1-0/+6
2014-09-26mfd: da9052-i2c: Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functiona...Axel Lin1-7/+0
2014-09-26mfd: menelaus: Fix error return codeJulia Lawall1-4/+4
2014-09-26mfd: arizona: Avoid use of legacy IRQ mappingCharles Keepax1-2/+2
2014-09-26mfd: arizona: Mark additional registers as volatileCharles Keepax2-6/+11
2014-09-26mfd: wm5102: Mark register write sequencer control 3 readableMark Brown2-1/+3
2014-09-26mfd: rtsx_usb: Fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-26mfd: twl6040: Fix error return codeJulia Lawall1-0/+1
2014-09-26mfd: wm8994: Allow modular buildMark Brown1-2/+2
2014-09-26mfd: menelaus: Remove null pointer dereferenceHimangi Saraogi1-3/+0
2014-09-26mfd: wm8994: Export symbols ready for built-in => modular buildLee Jones2-0/+6
2014-09-26mfd: sm501: Avoid implicit sign extensionLee Jones1-1/+1
2014-09-26mfd: twl4030-irq: Check return value from twl_i2c_write() - warn() on failureLee Jones1-2/+6
2014-09-26mfd: pcf50633: Check return value of platform_device_add()Lee Jones1-13/+17
2014-09-26mfd: max77686: Remove check which is always trueLee Jones1-1/+1
2014-09-26mfd: wm5102: Insert missing break in case statementLee Jones1-0/+1
2014-09-26mfd: htc-i2cpld: Rectify pointer offset errorLee Jones1-23/+10
2014-09-26mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL'Lee Jones1-2/+2
2014-09-26mfd: htc-i2cpld: container_of() cannot return NULLLee Jones1-5/+2
2014-09-26misc: st_core: Protect unsigned value against becoming negativeLee Jones1-6/+5
2014-09-26iio: sensors-core: st: Check st_sensors_set_drdy_int_pin()'s return valueLee Jones1-1/+4
2014-09-26Merge branches 'ib-mfd-arm-3.18', 'ib-mfd-hwmon-leds-watchdog-3.18' and 'ib-m...Lee Jones17-114/+1188
2014-09-24hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driverAndreas Werner3-0/+241
2014-09-24leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driverAndreas Werner3-0/+141
2014-09-24watchdog: menf21bmc_wdt: Introduce MEN 14F021P00 BMC Watchdog driverAndreas Werner3-0/+214
2014-09-24power: max17040: Add ID for MAX77836 Fuel Gauge blockKrzysztof Kozlowski1-1/+2
2014-09-24charger: max14577: Configure battery-dependent settings from DTS and sysfsKrzysztof Kozlowski2-28/+284
2014-09-24regulator/mfd: max14577: Export symbols for calculating charger currentKrzysztof Kozlowski2-76/+99
2014-09-24charger: max14577: Add support for MAX77836 chargerKrzysztof Kozlowski2-17/+64
2014-09-24mfd: max14577: Map charger device to its own of_nodeKrzysztof Kozlowski1-1/+4
2014-09-24mfd: menf21bmc: Introduce MEN 14F021P00 BMC MFD Core driverAndreas Werner3-0/+148
2014-08-29devicetree: Dialog Semiconductor consolidate existing vendor prefixes to stan...Steve Twiss1-13/+13
2014-08-25Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+6
2014-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2014-08-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-08-24Merge tag 'gpio-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-12/+48
2014-08-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds41-167/+309
2014-08-24bus: arm-ccn: Fix warning messagePawel Moll1-1/+1
2014-08-22Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+6
2014-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-215/+350
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2014-08-22net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes1-4/+0
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-22net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian1-7/+13
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy3-15/+41