summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-021-42/+0
|\
| * Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-42/+0
* | Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-01-011-0/+6
|\ \
| * | dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2018-11-241-0/+6
* | | Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-281-0/+2
|\ \ \
| * \ \ Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-031-0/+2
| |\ \ \
| * \ \ \ Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-11-221-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | iio: imu: st_lsm6dsx: add i2c embedded controller supportLorenzo Bianconi2018-11-161-0/+2
* | | | | Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-281-2/+3
|\ \ \ \ \
| * | | | | hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin2018-12-161-3/+3
| * | | | | hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin2018-12-161-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-283-12/+0
|\ \ \ \ \
| * | | | | mmc: pxa: Use GPIO descriptor for powerLinus Walleij2018-12-171-2/+0
| * | | | | mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij2018-12-171-2/+0
| * | | | | mmc: s3cmci: Use the slot GPIO descriptorLinus Walleij2018-12-171-4/+0
| * | | | | mmc: sdhci: imx: Use the slot GPIO descriptorLinus Walleij2018-12-171-4/+0
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+14
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-0/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform dataAndrew Lunn2018-12-081-0/+1
| * | | | | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-081-0/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'asoc-4.21' into asoc-nextMark Brown2018-12-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ASoC: davinci-mcasp: Implement configurable dismod handlingPeter Ujfalusi2018-11-281-0/+1
| |/ / /
* | | | gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski2018-11-261-0/+2
|/ / /
* | | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-0/+101
|\ \ \
| * | | platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake2018-10-311-0/+101
* | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-10-291-0/+5
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v4.20/omap1-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2018-09-281-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: OMAP1: ams-delta-fiq: Use <linux/platform_data/gpio-omap.h>Janusz Krzysztofik2018-09-201-0/+4
| | |/ /
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-291-1/+0
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v4.20/ti-sysc-take2-signed' of git://git.kernel.org/pub/s...Arnd Bergmann2018-10-041-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bus: ti-sysc: Defer suspend as neededTony Lindgren2018-09-241-1/+0
| | |/ /
* | | | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-281-5/+1
|\ \ \ \
| * | | | drm: shmobile: convert to SPDX identifiersKuninori Morimoto2018-09-141-5/+1
| |/ / /
* | | | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-262-15/+2
|\ \ \ \
| * | | | USB: EHCI: ehci-mv: remove private_initLubomir Rintel2018-09-201-1/+0
| * | | | usb: ehci-sh: convert to SPDX identifiersKuninori Morimoto2018-09-101-14/+2
| |/ / /
* | | | Merge tag 'dmaengine-4.20-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-10-252-1/+39
|\ \ \ \
| * \ \ \ Merge branch 'topic/fsl' into for-linusVinod Koul2018-10-241-0/+38
| |\ \ \ \
| | * | | | dmaengine: fsl-edma: add ColdFire mcf5441x edma supportAngelo Dureghello2018-09-111-0/+38
| | | |/ / | | |/| |
| * | | | dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_directionNathan Chancellor2018-10-021-1/+1
| |/ / /
* | | | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-233-74/+2
|\ \ \ \
| * \ \ \ Merge branch 'ib-omap' into develLinus Walleij2018-09-251-13/+2
| |\ \ \ \
| | * | | | gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren2018-09-241-13/+0
| | * | | | gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2018-09-241-0/+2
| | |/ / /
| * | | | gpio: davinci: Move driver local definitions to driverAndrew F. Davis2018-09-201-28/+0
| * | | | gpio: davinci: Remove unneeded GPIO macroAndrew F. Davis2018-09-201-5/+0
| * | | | gpio: davinci: Remove unused member of davinci_gpio_controllerAndrew F. Davis2018-09-201-1/+0
| * | | | gpio: ts5500: Delete platform data handlingLinus Walleij2018-09-041-24/+0
| * | | | gpio: ts5500: Use SPDX headerLinus Walleij2018-09-041-4/+1
| |/ / /
* | | | Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-10-232-7/+0
|\ \ \ \
OpenPOWER on IntegriCloud