summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
AgeCommit message (Expand)AuthorFilesLines
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-44/+68
2025-12-07Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-22/+0
2025-12-05Merge tag 'backlight-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-12-04Merge tag 'spi-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-73/+0
2025-12-01platform/x86: intel_pmc_ipc: fix ACPI buffer memory leakYongxin Liu1-2/+2
2025-12-01Merge branch 'fixes' of into for-nextIlpo Järvinen1-1/+0
2025-11-25backlight: lp855x: Fix lp855x.h kernel-doc warningsRandy Dunlap1-2/+2
2025-11-21usb: ohci-da8xx: remove unused platform dataBartosz Golaszewski1-22/+0
2025-11-18platform/x86: asus-armoury: add ppt_* and nv_* tuning knobsLuke D. Jones1-0/+3
2025-11-18platform/x86: asus-wmi: rename ASUS_WMI_DEVID_PPT_FPPTDenis Benato1-1/+1
2025-11-18platform/x86: asus-armoury: add screen auto-brightness toggleLuke D. Jones1-0/+1
2025-11-18platform/x86: asus-armoury: add apu-mem control supportLuke D. Jones1-0/+2
2025-11-17spi: davinci: remove platform data headerBartosz Golaszewski1-73/+0
2025-11-12platform/x86: asus-armoury: add panel_hd_mode attributeLuke D. Jones1-0/+1
2025-11-12platform/x86: asus-armoury: move existing tunings to asus-armoury moduleLuke D. Jones2-41/+53
2025-11-10platform/x86: asus-wmi: export symbols used for read/write WMILuke D. Jones1-0/+5
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2025-10-28platform/x86: int3472: Fix double free of GPIO device during unregisterQiu Wenbo1-1/+0
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit1-19/+0
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-237/+0
2025-10-05Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-22/+0
2025-10-05Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-70/+0
2025-10-01Merge tag 'mmc-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+3
2025-10-01Merge tag 'hwmon-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+28
2025-10-01Merge tag 'chrome-platform-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+14
2025-10-01Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2025-09-25platform/chrome: update pwm fan control host commandsSung-Chi Li1-1/+28
2025-09-23clocksource/drivers/timer-ti-dm : Capture functionality for OMAP DM timerGokul Praveen1-0/+4
2025-09-14platform/chrome: cros_ec: Add a flag to track registration stateTzung-Bi Shih1-0/+4
2025-09-14platform/chrome: Centralize common cros_ec_device initializationTzung-Bi Shih1-4/+10
2025-09-10iio: adc: exynos_adc: Drop platform data supportKrzysztof Kozlowski1-22/+0
2025-09-08Input: spear-keyboard - drop support for platform dataDmitry Torokhov1-164/+0
2025-09-08Input: pxa27x-keypad - drop support for platform dataDmitry Torokhov1-73/+0
2025-09-02mtd: rawnand: s3c2410: Drop driver (no actual S3C64xx user)Krzysztof Kozlowski1-70/+0
2025-08-19mmc: tmio: Add 64-bit read/write support for SD_BUF0 in polling modeBiju Das1-0/+3
2025-08-18platform/x86: int3472: add hpd pin supportDongcheng Yan1-0/+1
2025-07-31Merge tag 'hwmon-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+24
2025-07-26net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driverTristram Ha1-0/+1
2025-07-21hwmon: (emc2305) Add support for PWM frequency, polarity and outputFlorin Leotescu1-0/+6
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-0/+13
2025-06-26iio: cros_ec_sensors: add cros_ec_activity driverGwendal Grignou1-2/+24
2025-06-16fbdev/pxafb: Unexport symbolThomas Zimmermann1-1/+0
2025-05-12Merge branch 'fixes' into for-nextIlpo Järvinen1-0/+4
2025-05-08platform/x86: int3472: Remove unused sensor_config struct memberHans de Goede1-2/+0
2025-05-08platform/x86: int3472: Export int3472_discrete_parse_crs()Hans de Goede1-0/+3
2025-05-08platform/x86: int3472: Stop using devm_gpiod_get()Hans de Goede1-0/+1
2025-05-08platform/x86: int3472: Move common.h to public includes, symbols to INTEL_INT...Hans de Goede1-0/+164