summaryrefslogtreecommitdiff
path: root/projects/linux/io
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-02-06 21:27:09 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2019-02-06 21:27:09 +0100
commitd5c115890a419f770c5e86e6c840d0f5e4a643ee (patch)
treeaa6c3a8db43fdd4fa861091a32b1c0acfc9f9f2a /projects/linux/io
parent36a0e7618eaeacd7f1ab01e11aaec32b912b012a (diff)
projects: add upport tasks from bsp392 for IO
First real data to play with \o/ Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io')
-rw-r--r--projects/linux/io/bsp392_I2C.yaml19
-rw-r--r--projects/linux/io/bsp392_MSIOF.yaml19
-rw-r--r--projects/linux/io/bsp392_PCIe.yaml16
-rw-r--r--projects/linux/io/bsp392_PWM.yaml14
-rw-r--r--projects/linux/io/bsp392_RAVB.yaml15
-rw-r--r--projects/linux/io/bsp392_SCIF.yaml17
-rw-r--r--projects/linux/io/bsp392_SDHI.yaml17
-rw-r--r--projects/linux/io/bsp392_SDHI_HS400_add.yaml16
-rw-r--r--projects/linux/io/bsp392_Thermal.yaml15
-rw-r--r--projects/linux/io/bsp392_USB2_PHY.yaml15
10 files changed, 163 insertions, 0 deletions
diff --git a/projects/linux/io/bsp392_I2C.yaml b/projects/linux/io/bsp392_I2C.yaml
new file mode 100644
index 0000000..f4146b5
--- /dev/null
+++ b/projects/linux/io/bsp392_I2C.yaml
@@ -0,0 +1,19 @@
+title: "From bsp392, upport I2C patches"
+team: IO
+key: bdff6043-b6fc-4a0a-9ffe-effbb49ceafd
+status: Active
+assignee: Wolfram
+
+relationships:
+
+bsp-commits:
+ - 3bec6b7f9307cf3a2c122e3ac1030b1f8e9f5680 # i2c: rcar: Tidy up the register order for hardware specification ver1.00
+ - 55d2d2fb8b04b4b7bbdbd68d5e0523841b610de2 # i2c: rcar: Fix I2C DMA transmission by setting sequence
+ - 6865112eb6b070e9fde3b577eb0685980ede201b # i2c: rcar: Support the suspend/resume
+ - ece7b231072daaee86431233c80bfbde4740a2ca # i2c: rcar: Fix disable ICDMAER register
+
+upstream:
+
+comments:
+ - "3bec6b7f9307cf3a2c122e3ac1030b1f8e9f5680: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=69347, when to enable IRQ is still an open question"
+ - "6865112eb6b070e9fde3b577eb0685980ede201b: linux-next:9ac6cb5fbb1781d120ca0ad29d014d35c9c3f0c4,18569fa89a4db9ed6b5181624788a1574a9b6ed7,81d696c7c4ff8c981333159d072da65268bfe6d5"
diff --git a/projects/linux/io/bsp392_MSIOF.yaml b/projects/linux/io/bsp392_MSIOF.yaml
new file mode 100644
index 0000000..4297e60
--- /dev/null
+++ b/projects/linux/io/bsp392_MSIOF.yaml
@@ -0,0 +1,19 @@
+title: "From bsp392, upport MSIOF patches"
+team: IO
+key: 1185bf87-d9d3-4cbf-a5fa-c46794018cba
+status: Active
+assignee: Geert
+
+relationships:
+
+bsp-commits:
+ - 0577dba6b377ff60fc5f284ea7bd3eeb28e781f5 # spi: sh-msiof: Add reset of registers before starting transfer
+ - 9312d43151d28307f527920dafbd7789eabdc63a # spi: sh-msiof: Add MSIOF module clock changing processing for R-Car Gen3
+ - a14d0903968f1524304f5b4de3da584778dbdfde # spi: sh-msiof: Set 2 clock delay for R-Car H3 Ver.3.0 only
+ - f925bf9ef632042ebb32e52108cc97305c15183d # spi: sh-msiof: Add support for r8a7795
+
+upstream:
+
+comments:
+ - "9312d43151d28307f527920dafbd7789eabdc63a: Proposing 'N': Should use ´assigned-clocks´ and ´assigned-clock-rates´ in board DTS file that actually uses MSIOF"
+ - "f925bf9ef632042ebb32e52108cc97305c15183d: Proposing 'N': not needed as the driver matches against ´renesas,rcar-gen3-msiof´"
diff --git a/projects/linux/io/bsp392_PCIe.yaml b/projects/linux/io/bsp392_PCIe.yaml
new file mode 100644
index 0000000..4ae0a12
--- /dev/null
+++ b/projects/linux/io/bsp392_PCIe.yaml
@@ -0,0 +1,16 @@
+title: "From bsp392, upport PCIe patches"
+team: IO
+key: 7ddd3743-fa13-4966-bcf0-10609b873ab5
+status: Active
+assignee: Marek
+
+relationships:
+
+bsp-commits:
+ - a860c564527572e4b8c4e458b826d5e59852de88 # PCI: pcie-rcar: Handle returned value of rcar_pcie_wait_for_dl
+ - bcc3bd0d2c677658201abcda3d09a18a51fa42c0 # PCI: Avoid PCI device removing/rescanning through sysfs triggers a deadlock
+
+upstream:
+
+comments:
+ - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: Already discussed by upstream in https://patchwork.ozlabs.org/patch/993438/"
diff --git a/projects/linux/io/bsp392_PWM.yaml b/projects/linux/io/bsp392_PWM.yaml
new file mode 100644
index 0000000..af84d07
--- /dev/null
+++ b/projects/linux/io/bsp392_PWM.yaml
@@ -0,0 +1,14 @@
+title: "From bsp392, upport PWM patches"
+team: IO
+key: e704e989-ccaa-48a5-8f58-28c5b93467ff
+status: Active
+assignee: Shimoda
+
+relationships:
+
+bsp-commits:
+ - 70b4a22f220fef943c45a1122fa02d6faa42d2fe # pwm: Avoid deadlock warning when removing PWM device
+
+upstream:
+
+comments:
diff --git a/projects/linux/io/bsp392_RAVB.yaml b/projects/linux/io/bsp392_RAVB.yaml
new file mode 100644
index 0000000..bbade9b
--- /dev/null
+++ b/projects/linux/io/bsp392_RAVB.yaml
@@ -0,0 +1,15 @@
+title: "From bsp392, upport RAVB patches"
+team: IO
+key: 24e341d7-74db-42c6-ba03-785030932abf
+status: Active
+assignee: Simon
+
+relationships:
+
+bsp-commits:
+ - 0b3fe9516f77238d2f71db71b5c0ab9b0e72cd60 # ravb: Decrease TxFIFO depth of Q3 and Q2 to one
+ - da44dfbbf4a29cc07ad9a6f73e7b07eb156899dd # ravb: Avoid unsupported internal delay mode for R-Car E3/D3
+
+upstream:
+
+comments:
diff --git a/projects/linux/io/bsp392_SCIF.yaml b/projects/linux/io/bsp392_SCIF.yaml
new file mode 100644
index 0000000..37405d7
--- /dev/null
+++ b/projects/linux/io/bsp392_SCIF.yaml
@@ -0,0 +1,17 @@
+title: "From bsp392, upport SCIF patches"
+team: IO
+key: 6b4d4b45-c823-4090-9074-cfa2231dcb57
+status: Done
+assignee: Geert
+# and Ulrich, too
+
+relationships:
+
+bsp-commits:
+ - 7e52a3e6a91194e99a2bca9b4e7bc915b8b2410e # serial: sh-sci: Fix transfer sequence of unsupport DMA transfer
+
+upstream:
+ - torvalds: c58a3ae58bce99d20fdbc5d97beecf31cc19f3dd # serial: sh-sci: do not warn if DMA transfers are not supported
+
+comments:
+ - "7e52a3e6a91194e99a2bca9b4e7bc915b8b2410e: Alternative solution"
diff --git a/projects/linux/io/bsp392_SDHI.yaml b/projects/linux/io/bsp392_SDHI.yaml
new file mode 100644
index 0000000..1ba550c
--- /dev/null
+++ b/projects/linux/io/bsp392_SDHI.yaml
@@ -0,0 +1,17 @@
+title: "From bsp392, upport SDHI patches"
+team: IO
+key: fa60988e-b712-4a2a-a26b-5f2f76773720
+status: Active
+assignee: Wolfram
+# and Marek, too
+
+relationships:
+
+bsp-commits:
+ - 5cf2049947bb17a52ae41162e7aa16dd315d8081 # mmc: renesas_sdhi_core: fix card initialization failure in high speed mode
+ - d286828a8ea35374297425c03f5ecd27fac35e10 # mmc: renesas_sdhi: Change HW adjustment register according to speed mode
+
+upstream:
+
+comments:
+ - "5cf2049947bb17a52ae41162e7aa16dd315d8081: linux-next:3ad323c78b89880bc4761a5bfb35b7d12e2709c9"
diff --git a/projects/linux/io/bsp392_SDHI_HS400_add.yaml b/projects/linux/io/bsp392_SDHI_HS400_add.yaml
new file mode 100644
index 0000000..b01294f
--- /dev/null
+++ b/projects/linux/io/bsp392_SDHI_HS400_add.yaml
@@ -0,0 +1,16 @@
+title: "From bsp392, refactor and upport HS400 manual calibration mode"
+team: IO
+key: eaaeb5e9-2e3b-4e4e-b18c-97c13d5f5605
+status: New
+assignee: Niklas
+
+relationships:
+
+bsp-commits:
+ - 1f84d574931b1319ebc1229678816338578f2d1e # mmc: renesas_sdhi_core: Add adjust HS400 offset by manual calibration mode
+ - a27609e63e9c4915706022b367d1d005833fe547 # mmc: tmio: Add adjust HS400 offset by manual calibration mode
+
+upstream:
+
+comments:
+ - "planned for Q2/19"
diff --git a/projects/linux/io/bsp392_Thermal.yaml b/projects/linux/io/bsp392_Thermal.yaml
new file mode 100644
index 0000000..7e06a2b
--- /dev/null
+++ b/projects/linux/io/bsp392_Thermal.yaml
@@ -0,0 +1,15 @@
+title: "From bsp392, upport Thermal patches"
+team: IO
+key: 645abdbb-77f4-4ffe-b75a-aa97fe40e1e1
+status: Active
+assignee: Kaneko
+
+relationships:
+
+bsp-commits:
+ - 958bd36e03b70026ac3a33aaa6afc202e7158d2d # thermal: rcar_gen3_thermal: [E3] Update calculation formula due to HW evaluation
+ - d4e41702e53b3ca0365666ec8b8182464c8ba2cc # thermal: rcar_gen3_thermal: [H3/M3N] Update calculation formula due to HW evaluation
+
+upstream:
+
+comments:
diff --git a/projects/linux/io/bsp392_USB2_PHY.yaml b/projects/linux/io/bsp392_USB2_PHY.yaml
new file mode 100644
index 0000000..d7aa42c
--- /dev/null
+++ b/projects/linux/io/bsp392_USB2_PHY.yaml
@@ -0,0 +1,15 @@
+title: "From bsp392, upport USB2 PHY patches"
+team: IO
+key: f792d195-7843-4cdd-958f-3497b8ac7469
+status: Active
+assignee: Shimoda
+
+relationships:
+
+bsp-commits:
+ - be61ce267539e16c9fca8fb793fbf3ef975554bd # phy: rcar-gen3-usb2: Add wait for IDDIG
+ - f2d95125e9b042d45eac818edfd6f2ce5d89780f # phy: rcar-gen3-usb2: Add dedicated pin to E3
+
+upstream:
+
+comments: