summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'leds-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-35/+0
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-30/+4
2020-10-13Merge tag 'hwmon-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+3
2020-10-08platform_data/mlxreg: Extend core platform structureVadim Pasternak1-0/+2
2020-10-08platform_data/mlxreg: Update module licenseVadim Pasternak1-30/+2
2020-09-30leds: pca963x: register LEDs immediately after parsing, get rid of platdataMarek BehĂșn1-35/+0
2020-09-24platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_...Ed Wildgoose1-1/+1
2020-09-23hwmon: (gsc-hwmon) add fan sensorTim Harvey1-0/+1
2020-08-27gpio: dwapb: Add max GPIOs macroSerge Semin1-1/+3
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-5/+6
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-1/+4
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-9/+9
2020-08-12include/: replace HTTP links with HTTPS onesAlexander A. Klimov9-9/+9
2020-08-12Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-12/+24
2020-08-11Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-35/+0
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-32/+0
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+9
2020-08-07ACPI: APD: Add a fmw property is_ravenAkshu Agrawal1-0/+1
2020-08-07ACPI: APD: Change name from ST to FCHAkshu Agrawal1-5/+5
2020-08-06Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds1-2/+11
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+3
2020-08-05Merge tag 'hwmon-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-1/+2
2020-08-05platform_data/mlxreg: support new watchdog type with longer timeout periodMichael Shych1-1/+4
2020-08-04Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-33/+0
2020-08-04Merge tag 'regulator-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+83
2020-08-04Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-6/+0
2020-07-27platform/chrome: cros_ec: Fix host command for regulator control.Pi-Hsun Shih1-7/+8
2020-07-27dmaengine: dw: Don't include unneeded header to platform data headerAndy Shevchenko1-1/+4
2020-07-27dmaengine: dw: Introduce max burst length hw configSerge Semin1-0/+3
2020-07-27dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin1-0/+2
2020-07-23platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra1-3/+0
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy1-0/+7
2020-07-20hwmon: (gsc) add 16bit pre-scaled voltage modeTim Harvey1-1/+2
2020-07-15platform_data/mlxreg: Add presence register field for FAN devicesVadim Pasternak1-0/+2
2020-07-15platform_data/mlxreg: Add support for complex attributesVadim Pasternak1-0/+2
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij1-33/+0
2020-07-13arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototypeLee Jones1-0/+3
2020-07-12leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij1-2/+4
2020-07-09ARM: s3c24xx: leds: Convert to use GPIO descriptorsLinus Walleij1-6/+0
2020-07-04media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil1-32/+0
2020-07-01backlight: sky81452: Privatize platform dataLinus Walleij1-37/+0
2020-07-01backlight: sky81452: Convert to GPIO descriptorsLinus Walleij1-2/+4
2020-06-25platform/chrome: cros_ec: Add TBT pd_ctrl fieldsPrashant Malani1-4/+15
2020-06-19platform/chrome: cros_ec: Update mux state bitsPrashant Malani1-5/+9
2020-06-16Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown1-0/+82
2020-06-16platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih1-0/+82
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-48/+0
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2-2/+2
2020-06-06Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+0