Merge branch 'sid' into 'sid'

udeb: Include modules for Samsung Chromebook Plus (v1)

See merge request kernel-team/linux!148
This commit is contained in:
Ben Hutchings 2019-06-10 17:06:40 +00:00
commit ff251104cb
6 changed files with 31 additions and 0 deletions

9
debian/changelog vendored
View File

@ -26,6 +26,15 @@ linux (4.19.37-4) UNRELEASED; urgency=medium
[ John Paul Adrian Glaubitz ]
* [sparc64] udeb: Disable suffix for kernel-image
[ Alper Nebi Yasak ]
* udeb: input-modules: Include all keyboard driver modules
* [arm64] udeb: kernel-image: Include cros_ec_spi and SPI drivers
* [arm64] udeb: kernel-image: Include phy-rockchip-pcie
* [arm64] udeb: usb-modules: Include phy-rockchip-typec, extcon-usbc-cros-ec
* [arm64] udeb: mmc-modules: Include phy-rockchip-emmc
* [arm64] udeb: fb-modules: Include rockchipdrm, panel-simple, pwm_bl and
pwm-cros-ec
-- Ben Hutchings <ben@decadent.org.uk> Sun, 19 May 2019 00:04:16 +0100
linux (4.19.37-3) unstable; urgency=medium

View File

@ -2,3 +2,9 @@
ast
tegra-drm
rockchipdrm
# For panel/backlight on some chromeos devices
panel-simple
pwm_bl
pwm-cros-ec

View File

@ -14,3 +14,12 @@ drivers/soc/**
# Watchdog needed for reboot
sunxi_wdt ?
# SPI devices
drivers/spi/**
# For cros_ec mfd device
cros_ec_spi ?
# PCIe PHYs
phy-rockchip-pcie ?

View File

@ -1 +1,3 @@
#include <mmc-modules>
phy-rockchip-emmc

View File

@ -2,3 +2,5 @@
dwc2
dwc3
usb3503
phy-rockchip-typec
extcon-usbc-cros-ec

View File

@ -1,6 +1,9 @@
# Include HID drivers by default
drivers/hid/**
# Include keyboards
drivers/input/keyboard/** ?
# Exclude drivers for anything but keyboard and mouse/trackball/touchpad
drivers/hid/hid-*ff -
hid-dr -