summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-2/+0
|\
| * i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit2024-01-181-2/+0
* | Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-3/+0
|\ \
| * | Input: omap-keypad - drop optional GPIO supportLinus Walleij2023-12-131-3/+0
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-01-121-0/+2
|\ \ \
| * | | clk: si5351: allow PLLs to be adjusted without resetAlvin Šipraga2023-12-171-0/+2
| | |/ | |/|
* | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+22
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-0/+3
| |\ \ \
| * | | | net: dsa: microchip: move ksz_chip_id enum to platform includeDaniel Danzberger2023-12-071-0/+19
| * | | | net: dsa: microchip: properly support platform_data probingVladimir Oltean2023-12-071-1/+3
| | |/ / | |/| |
* | | | Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-nextHans de Goede2023-12-111-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones2023-11-281-0/+3
| |/ /
* / / clk: x86: lpss-atom: Drop unneeded 'extern' in the headerAndy Shevchenko2023-12-111-1/+1
|/ /
* | Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-071-54/+3
|\ \
| * | drm: renesas: shmobile: Use media bus formats in platform dataGeert Uytterhoeven2023-10-161-12/+1
| * | drm: renesas: shmobile: Use struct videomode in platform dataLaurent Pinchart2023-10-161-9/+2
| * | drm: renesas: shmobile: Remove support for SYS panelsLaurent Pinchart2023-10-161-25/+0
| * | drm: renesas: shmobile: Remove backlight supportLaurent Pinchart2023-10-161-8/+0
* | | Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-11-061-2/+64
|\ \ \
| * | | media: cros-ec-cec: Get number of CEC ports from ECReka Norman2023-09-271-0/+11
| * | | media: cros-ec-cec: Support receiving messages from multiple portsReka Norman2023-09-271-0/+23
| * | | media: cros-ec-cec: Support multiple ports in MKBP cec_eventsReka Norman2023-09-271-0/+10
| * | | media: cros-ec-cec: Support multiple ports in write commandReka Norman2023-09-271-0/+12
| * | | media: cros-ec-cec: Support multiple ports in set/get host commandsReka Norman2023-09-271-2/+6
| * | | media: cros-ec-cec: Manage an array of portsReka Norman2023-09-271-0/+2
| |/ /
* | | Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-021-3/+0
|\ \ \
| * | | ASoC: ti: Convert TWL4030 to use GPIO descriptorsLinus Walleij2023-10-021-3/+0
| |/ /
* | | Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-10-311-0/+4
|\ \ \
| * | | platform/x86: asus-wmi: add support for ASUS screenpadLuke D. Jones2023-09-121-0/+4
| |/ /
* | | Merge tag 'tag-chrome-platform-for-v6.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-10-311-1/+1
|\ \ \
| * | | platform/chrome: cros_ec_proto: Mark outdata as constStephen Boyd2023-10-041-1/+1
| |/ /
* | | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-10-312-16/+0
|\ \ \
| * | | OMAP/gpio: drop MPUIO static baseLinus Walleij2023-10-041-3/+0
| * | | gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko2023-09-111-13/+0
| |/ /
* / / hwmon: Annotate struct gsc_hwmon_platform_data with __counted_byKees Cook2023-10-081-1/+1
|/ /
* | Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2023-09-071-20/+0
|\ \
| * | rtc: ds2404: Convert to GPIO descriptorsLinus Walleij2023-08-171-20/+0
| |/
* | Merge tag 'fbdev-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-50/+0
|\ \
| * | fbdev: mx3fb: Remove the driverFabio Estevam2023-08-311-50/+0
* | | Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-013-3/+27
|\ \ \ | |/ / |/| |
| * | Merge tag 'ib-pdx86-simatic-v6.6-2' into review-hansHans de Goede2023-07-312-0/+3
| |\ \
| | * | platform/x86/siemens: simatic-ipc: add new models BX-56A/BX-59Axingtong.wu2023-07-312-0/+3
| * | | Merge tag 'ib-pdx86-simatic-v6.6' into review-hansHans de Goede2023-07-142-2/+6
| |\| |
| | * | platform/x86: simatic-ipc: add another modelHenning Schild2023-07-141-0/+1
| | * | platform/x86: simatic-ipc: add CMOS battery monitoringHenning Schild2023-07-141-0/+1
| | * | platform/x86: simatic-ipc: add another model BX-21AHenning Schild2023-07-142-2/+4
| | |/
| * | platform/x86: asus-wmi: expose dGPU and CPU tunables for ROGLuke D. Jones2023-07-121-0/+9
| * | platform/x86: asus-wmi: support setting mini-LED modeLuke D. Jones2023-07-121-0/+1
| * | platform/x86: asus-wmi: add WMI method to show if egpu connectedLuke D. Jones2023-07-121-1/+3
| * | platform/x86: asus-wmi: support middle fan custom curvesLuke D. Jones2023-07-121-0/+1