mbox series

[0/2] Add external system driver

Message ID 20220913125711.26811-1-emekcan.aras@arm.com
Headers show
Series Add external system driver | expand

Message

Emekcan Aras Sept. 13, 2022, 12:57 p.m. UTC
From: Emekcan <emekcan.aras@arm.com>

Corstone1000 needs a kernel driver to control the
external system (turn on/off, reset). This commit
adds the external system driver binding 
to the u-boot device tree and enables communication
with external system for corstone1000.

Emekcan (2):
  arm-bsp/u-boot: Add external system driver to u-boot device tree
  arm-bsp/kernel: Add external device driver

 ...e-external-sys-driver-to-device-tree.patch |  37 +++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |   1 +
 .../0002-Add-external-system-driver.patch     | 223 ++++++++++++++++++
 .../linux/files/corstone1000/defconfig        |   1 +
 .../linux/linux-arm-platforms.inc             |   1 +
 5 files changed, 263 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-Introduce-external-sys-driver-to-device-tree.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-Add-external-system-driver.patch

Comments

Jon Mason Sept. 14, 2022, 2:09 p.m. UTC | #1
On Tue, 13 Sep 2022 13:57:09 +0100, emekcan.aras@arm.com wrote:
> Corstone1000 needs a kernel driver to control the
> external system (turn on/off, reset). This commit
> adds the external system driver binding
> to the u-boot device tree and enables communication
> with external system for corstone1000.
> 
> Emekcan (2):
>   arm-bsp/u-boot: Add external system driver to u-boot device tree
>   arm-bsp/kernel: Add external device driver
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: Add external system driver to u-boot device tree
      commit: 1182b0d2ea746327b70197c6de53b6c86c793930
[2/2] arm-bsp/kernel: Add external device driver
      commit: b086301d4621926cb8762c04b68ddffb295a7063

Best regards,
Jon Mason Sept. 20, 2022, 10:36 p.m. UTC | #2
On Tue, 13 Sep 2022 13:57:09 +0100, emekcan.aras@arm.com wrote:
> Corstone1000 needs a kernel driver to control the
> external system (turn on/off, reset). This commit
> adds the external system driver binding
> to the u-boot device tree and enables communication
> with external system for corstone1000.
> 
> Emekcan (2):
>   arm-bsp/u-boot: Add external system driver to u-boot device tree
>   arm-bsp/kernel: Add external device driver
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: Add external system driver to u-boot device tree
      commit: 1182b0d2ea746327b70197c6de53b6c86c793930
[2/2] arm-bsp/kernel: Add external device driver
      commit: b086301d4621926cb8762c04b68ddffb295a7063

Best regards,