summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-0/+19
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-2/+4
2019-03-10Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-85/+2
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+46
2019-03-08Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-91/+2
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+19
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-14/+0
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-2/+70
2019-03-02platform_data/mlxreg: additions for Mellanox watchdog driver.Michael Shych1-0/+19
2019-03-01media: include: fix several typosMauro Carvalho Chehab1-2/+2
2019-02-22gpio: AMD G-Series PCH gpio driverEnrico Weigelt, metux IT consult1-0/+46
2019-02-18cpufreq: davinci: move configuration to include/linux/platform_dataBartosz Golaszewski1-0/+19
2019-02-14Merge tag 'at24-5.1-updates-for-wolfram' of git://git.kernel.org/pub/scm/linu...Wolfram Sang1-60/+0
2019-02-14i2c: ocores: Add support for bus clock via platform dataAndrew Lunn1-0/+1
2019-02-14i2c: ocores: add SPDX tagFederico Vaga1-4/+1
2019-02-14eeprom: at24: remove at24_platform_dataBartosz Golaszewski1-60/+0
2019-02-12usb: ohci-da8xx: remove unused callbacks from platform dataBartosz Golaszewski1-14/+0
2019-02-09i2c: cbus-gpio: Switch to use GPIO descriptorsLinus Walleij1-27/+0
2019-01-26platform_data/mlxreg: Add capability field to core platform dataVadim Pasternak1-0/+2
2019-01-26platform_data/mlxreg: Document fixes for core platform dataVadim Pasternak1-2/+2
2019-01-21media: soc_camera_platform: remove obsolete soc_camera test driverHans Verkuil1-83/+0
2019-01-17net: dsa: Include platform_data header fileFlorian Fainelli2-2/+2
2019-01-17net: dsa: Split platform data to header fileFlorian Fainelli1-0/+68
2019-01-17spi: ath79: Enable support for compile testAlban Bedel1-0/+19
2019-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-42/+0
2019-01-02Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+6
2018-12-29Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2018-12-29Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2018-12-29Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-12/+0
2018-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+14
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown1-0/+1
2018-12-17mmc: pxa: Use GPIO descriptor for powerLinus Walleij1-2/+0
2018-12-17mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij1-2/+0
2018-12-17mmc: s3cmci: Use the slot GPIO descriptorLinus Walleij1-4/+0
2018-12-17mmc: sdhci: imx: Use the slot GPIO descriptorLinus Walleij1-4/+0
2018-12-17hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin1-3/+3
2018-12-17hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin1-0/+1
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-12-09net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform dataAndrew Lunn1-0/+1
2018-12-09net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn1-0/+13
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman1-0/+2
2018-11-28ASoC: davinci-mcasp: Implement configurable dismod handlingPeter Ujfalusi1-0/+1
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski1-0/+2
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter1-0/+6
2018-11-22Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+2
2018-11-16iio: imu: st_lsm6dsx: add i2c embedded controller supportLorenzo Bianconi1-0/+2
2018-11-15Input: ad7879 - drop platform data supportLinus Walleij1-42/+0
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds1-0/+101
2018-10-31platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake1-0/+101
2018-10-30Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-0/+5