Message ID | 20240329075630.2069474-1-tzungbi@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | platform/chrome: provide ID table for avoiding fallback match | expand |
Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih <tzungbi@kernel.org>: On Fri, 29 Mar 2024 15:56:12 +0800 you wrote: > Inspired by [1]. Turn all MODULE_ALIAS() in ChromeOS EC platform drivers into > proper platform_device_id table and MODULE_DEVICE_TABLE(). > > The series is basically looking for drivers from: > - `struct mfd_cell` in drivers/mfd/cros_ec_dev.c. > - grep -R MODULE_ALIAS drivers/platform/chrome/. > > [...] Here is the summary with links: - [01/18] media: platform: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [02/18] gpio: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [03/18] rtc: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [04/18] platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/12e981d4d643 - [05/18] power: supply: cros_usbpd: provide ID table for avoiding fallback match (no matching commit) - [06/18] platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/2b895835bd56 - [07/18] platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/522b9910fa25 - [08/18] platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/e4d063f262df - [09/18] platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/e26205b5728f - [10/18] platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/6e92e7f792eb - [11/18] power: supply: cros_pchg: provide ID table for avoiding fallback match (no matching commit) - [12/18] platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/4f6b823b5caa - [13/18] platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/883030dae2d2 - [14/18] platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match (no matching commit) - [15/18] platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/b17dd111645b - [16/18] platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/c0649ca22fe8 - [17/18] platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS https://git.kernel.org/chrome-platform/c/fc87ba8e4525 - [18/18] platform/chrome/wilco_ec: core: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/d8db2c6d7b0e You are awesome, thank you!
Hello: This series was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih <tzungbi@kernel.org>: On Fri, 29 Mar 2024 15:56:12 +0800 you wrote: > Inspired by [1]. Turn all MODULE_ALIAS() in ChromeOS EC platform drivers into > proper platform_device_id table and MODULE_DEVICE_TABLE(). > > The series is basically looking for drivers from: > - `struct mfd_cell` in drivers/mfd/cros_ec_dev.c. > - grep -R MODULE_ALIAS drivers/platform/chrome/. > > [...] Here is the summary with links: - [01/18] media: platform: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [02/18] gpio: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [03/18] rtc: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [04/18] platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/12e981d4d643 - [05/18] power: supply: cros_usbpd: provide ID table for avoiding fallback match (no matching commit) - [06/18] platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/2b895835bd56 - [07/18] platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/522b9910fa25 - [08/18] platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/e4d063f262df - [09/18] platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/e26205b5728f - [10/18] platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/6e92e7f792eb - [11/18] power: supply: cros_pchg: provide ID table for avoiding fallback match (no matching commit) - [12/18] platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/4f6b823b5caa - [13/18] platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/883030dae2d2 - [14/18] platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match (no matching commit) - [15/18] platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/b17dd111645b - [16/18] platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/c0649ca22fe8 - [17/18] platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS https://git.kernel.org/chrome-platform/c/fc87ba8e4525 - [18/18] platform/chrome/wilco_ec: core: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/d8db2c6d7b0e You are awesome, thank you!
Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih <tzungbi@kernel.org>: On Fri, 29 Mar 2024 15:56:12 +0800 you wrote: > Inspired by [1]. Turn all MODULE_ALIAS() in ChromeOS EC platform drivers into > proper platform_device_id table and MODULE_DEVICE_TABLE(). > > The series is basically looking for drivers from: > - `struct mfd_cell` in drivers/mfd/cros_ec_dev.c. > - grep -R MODULE_ALIAS drivers/platform/chrome/. > > [...] Here is the summary with links: - [01/18] media: platform: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [02/18] gpio: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [03/18] rtc: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [04/18] platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match (no matching commit) - [05/18] power: supply: cros_usbpd: provide ID table for avoiding fallback match (no matching commit) - [06/18] platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match (no matching commit) - [07/18] platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match (no matching commit) - [08/18] platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match (no matching commit) - [09/18] platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match (no matching commit) - [10/18] platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match (no matching commit) - [11/18] power: supply: cros_pchg: provide ID table for avoiding fallback match (no matching commit) - [12/18] platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match (no matching commit) - [13/18] platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match (no matching commit) - [14/18] platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/d91ca83599cd - [15/18] platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match (no matching commit) - [16/18] platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match (no matching commit) - [17/18] platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS (no matching commit) - [18/18] platform/chrome/wilco_ec: core: provide ID table for avoiding fallback match (no matching commit) You are awesome, thank you!
Hello: This series was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih <tzungbi@kernel.org>: On Fri, 29 Mar 2024 15:56:12 +0800 you wrote: > Inspired by [1]. Turn all MODULE_ALIAS() in ChromeOS EC platform drivers into > proper platform_device_id table and MODULE_DEVICE_TABLE(). > > The series is basically looking for drivers from: > - `struct mfd_cell` in drivers/mfd/cros_ec_dev.c. > - grep -R MODULE_ALIAS drivers/platform/chrome/. > > [...] Here is the summary with links: - [01/18] media: platform: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [02/18] gpio: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [03/18] rtc: cros-ec: provide ID table for avoiding fallback match (no matching commit) - [04/18] platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match (no matching commit) - [05/18] power: supply: cros_usbpd: provide ID table for avoiding fallback match (no matching commit) - [06/18] platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match (no matching commit) - [07/18] platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match (no matching commit) - [08/18] platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match (no matching commit) - [09/18] platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match (no matching commit) - [10/18] platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match (no matching commit) - [11/18] power: supply: cros_pchg: provide ID table for avoiding fallback match (no matching commit) - [12/18] platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match (no matching commit) - [13/18] platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match (no matching commit) - [14/18] platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match https://git.kernel.org/chrome-platform/c/d91ca83599cd - [15/18] platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match (no matching commit) - [16/18] platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match (no matching commit) - [17/18] platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS (no matching commit) - [18/18] platform/chrome/wilco_ec: core: provide ID table for avoiding fallback match (no matching commit) You are awesome, thank you!