summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-04-09 14:30:09 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2021-04-09 14:46:11 +0200
commit19bf11c6a49162b102ebee57ebe29da991887f9c (patch)
tree532e9b57d9e7496b02f6ac3f83d6000c003e19b5
parent3999898e597d559d2b089877e9c199169abc1aa7 (diff)
linux: bsp-41x: move RAVB items to proper places
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--projects/linux/bsp-41x-non-target.yaml3
-rw-r--r--projects/linux/bsp-41x-upport-request.yaml8
-rw-r--r--projects/linux/io/RAVB-upport-PTP-fixes.yaml15
3 files changed, 18 insertions, 8 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml
index 5a78bba..7ea8a37 100644
--- a/projects/linux/bsp-41x-non-target.yaml
+++ b/projects/linux/bsp-41x-non-target.yaml
@@ -457,3 +457,6 @@ bsp41x:
- a4522037ab4aba88ff312f094bc5a8dd2c96f1bd # mtd: spi-nor: Add R-Car Gen3 RPC QSPI driver (use drivers/memory/renesas-rpc-if.c instead)
- 7dd7b261aaa17fb12cc04d87953f6681b3e19cfd # mtd: Add RPC HyperFlash driver (use drivers/memory/renesas-rpc-if.c instead)
- 8ba020348d3284ea2989995e9b3054100e213cf7 # arm64: dts: renesas: Comment out status ok in rpc node (not needed. we upport the meanwhile available fix instead)
+ - 1879478df1c1fc8018afb4652ec83e8aa84c050e # ravb: Avoid unsupported internal delay mode for R-Car E3/D3 (torvalds: 8703ba77ec555b08c538beb728a4df1b72e0213e # arm64: dts: renesas: ebisu, draak: Limit EtherAVB to 100Mbps)
+ - 0c6c496e5891887a091218f85ba587a128a8f7c6 # ravb: Add register define for Gen3 (There is some value in documenting unused bits and registers, however, the value of this patch is not sufficient for upstream as it only documents the mnenonic of registers and bits, and that they are for Gen3. There is no information about the purpose of the bits and registers.)
+ - 7611fbaadd158554bcf40d4add224ad12b7ee183 # ravb: Fix register define for Gen3 (There is some value in documenting unused bits and registers, however, the value of this patch is not sufficient for upstream as it only documents the mnenonic of registers and bits, and that they are for Gen3. There is no information about the purpose of the bits and registers.)
diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml
index 6d1969a..d9096b2 100644
--- a/projects/linux/bsp-41x-upport-request.yaml
+++ b/projects/linux/bsp-41x-upport-request.yaml
@@ -202,14 +202,6 @@ bsp41x:
- a65c6608efdf42310b465a9d864623348d092b37 # arm64: defconfig: Enable UIO support
- 947e3b63fa7990aa8ac968c0ddb48345fcdc1259 # uio: Add new ioctl for power management
- 12ef3158400ee43d9fb662f8dae804bc89aa5799 # serial: sh-sci: Fix transfer sequence of unsupport DMA transfer
- - 8f33cb6374a159b5ff8725b2b49b8f313787624c # ravb: Protect access to ts_skb_list with spinlock.
- - 1879478df1c1fc8018afb4652ec83e8aa84c050e # ravb: Avoid unsupported internal delay mode for R-Car E3/D3
- - 7611fbaadd158554bcf40d4add224ad12b7ee183 # ravb: Fix register define for Gen3
- - ec38a912cdf6993ab7d4c3383b05d96b0311d057 # ravb: Fix ptp does not work after suspend and resume
- - 0d4e9bb9fdc93afec48682e86d86f26e47b7f2a9 # ravb: fix ravb_ptp_interrupt result value overwrite
- - eb891bb307dab27f12a32e816d3c3c7da420500c # ravb: Fix interrupt cause bit overwrite in ravb_ptp_interrupt
- - a9866393f3d406b0b22c7dcd3d30f855bed75848 # ravb: Fix inconsistent lock state at enabling tx timestamp
- - 0c6c496e5891887a091218f85ba587a128a8f7c6 # ravb: Add register define for Gen3
- 222f99eef13efb8bfe71b74aad74062e658472d4 # i2c: rcar: Support the suspend/resume
- 86293fe9951d83eb6db6be8db54d5ff88bf89cab # i2c: rcar: Tidy up the register order for hardware specification ver1.00.
- f3670a6aa2bd5f47d79fb0360c0a7a3eb629d1a0 # i2c: rcar: Fix I2C DMA transmission by setting sequence
diff --git a/projects/linux/io/RAVB-upport-PTP-fixes.yaml b/projects/linux/io/RAVB-upport-PTP-fixes.yaml
new file mode 100644
index 0000000..144026d
--- /dev/null
+++ b/projects/linux/io/RAVB-upport-PTP-fixes.yaml
@@ -0,0 +1,15 @@
+title: RAVB; upport BSP patches fixing PTP functionality
+team: IO
+key: 52cb720a-992f-11eb-8386-e727342798f3
+status: New
+
+bsp41x:
+ - ec38a912cdf6993ab7d4c3383b05d96b0311d057 # ravb: Fix ptp does not work after suspend and resume
+ - eb891bb307dab27f12a32e816d3c3c7da420500c # ravb: Fix interrupt cause bit overwrite in ravb_ptp_interrupt
+ - a9866393f3d406b0b22c7dcd3d30f855bed75848 # ravb: Fix inconsistent lock state at enabling tx timestamp
+ - 8f33cb6374a159b5ff8725b2b49b8f313787624c # ravb: Protect access to ts_skb_list with spinlock.
+ - 0d4e9bb9fdc93afec48682e86d86f26e47b7f2a9 # ravb: fix ravb_ptp_interrupt result value overwrite
+
+upstream:
+
+comments: