|
[PATCH 11/11] pinctrl: sh-pfc: r8a7791: Add R8A7743 support
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G1M (R8A7743) is pin compatible with R-Car M2-W/N (R8A7791/3),
however it doesn't have several automotive specific peripherals.
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G1M (R8A7743) is pin compatible with R-Car M2-W/N (R8A7791/3),
however it doesn't have several automotive specific peripherals.
|
By
Biju Das <biju.das@...>
·
#438
·
|
|
[PATCH 10/11] pinctrl: sh-pfc: r8a7791: Grand I2C rename
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which called all the I2C signals {SCL|SDA}<n>
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which called all the I2C signals {SCL|SDA}<n>
|
By
Biju Das <biju.das@...>
·
#437
·
|
|
[PATCH 09/11] pinctrl: sh-pfc: r8a7791: Fix IPSR comment typos
From: Sergei Shtylyov <sergei.shtylyov@...>
The IPSR field names in the comments have been fat-fingered in a couple
places -- fix those silly typos...
Fixes: 508845196238 ("pinctrl:
From: Sergei Shtylyov <sergei.shtylyov@...>
The IPSR field names in the comments have been fat-fingered in a couple
places -- fix those silly typos...
Fixes: 508845196238 ("pinctrl:
|
By
Biju Das <biju.das@...>
·
#436
·
|
|
[PATCH 08/11] pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
From: Sergei Shtylyov <sergei.shtylyov@...>
PINMUX_IPSR_MSEL() macro invocation for the TX2 signal has apparently wrong
1st argument -- most probably a result of cut&paste
From: Sergei Shtylyov <sergei.shtylyov@...>
PINMUX_IPSR_MSEL() macro invocation for the TX2 signal has apparently wrong
1st argument -- most probably a result of cut&paste
|
By
Biju Das <biju.das@...>
·
#435
·
|
|
[PATCH 07/11] pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which omitted the DVC_MUTE signal
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which omitted the DVC_MUTE signal
|
By
Biju Das <biju.das@...>
·
#434
·
|
|
[PATCH 06/11] pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which omitted the HSCIF1 group E signals
From: Sergei Shtylyov <sergei.shtylyov@...>
The R8A7791 PFC driver was apparently based on the preliminary revisions
of the user's manual, which omitted the HSCIF1 group E signals
|
By
Biju Das <biju.das@...>
·
#433
·
|
|
[PATCH 05/11] pinctrl: sh-pfc: r8a7791: Add ADI pinconf support
From: Jacopo Mondi <jacopo@...>
Add pin configuration support for Gyro-ADC, named ADI on r8a7791 SoC.
Signed-off-by: Jacopo Mondi <jacopo@...>
Tested-by: Marek Vasut
From: Jacopo Mondi <jacopo@...>
Add pin configuration support for Gyro-ADC, named ADI on r8a7791 SoC.
Signed-off-by: Jacopo Mondi <jacopo@...>
Tested-by: Marek Vasut
|
By
Biju Das <biju.das@...>
·
#432
·
|
|
[PATCH 04/11] pinctrl: sh-pfc: r8a7791: add EtherAVB pin groups
From: Sergei Shtylyov <sergei.shtylyov@...>
Add the EtherAVB pin groups to the R8A7791 PFC driver.
Also add the copyright for all the Cogent Embedded's past work on this
From: Sergei Shtylyov <sergei.shtylyov@...>
Add the EtherAVB pin groups to the R8A7791 PFC driver.
Also add the copyright for all the Cogent Embedded's past work on this
|
By
Biju Das <biju.das@...>
·
#431
·
|
|
[PATCH 03/11] pinctrl: sh-pfc: r8a7791: Add SCIF_CLK support
From: Geert Uytterhoeven <geert+renesas@...>
Add pins, groups, and a function for SCIF_CLK, which is the external
clock source for the Baud Rate Generator for External Clock (BRG)
From: Geert Uytterhoeven <geert+renesas@...>
Add pins, groups, and a function for SCIF_CLK, which is the external
clock source for the Baud Rate Generator for External Clock (BRG)
|
By
Biju Das <biju.das@...>
·
#430
·
|
|
[PATCH 02/11] pinctrl: sh-pfc: r8a7791: Use PINMUX_SINGLE() instead of raw PINMUX_DATA()
From: Geert Uytterhoeven <geert+renesas@...>
Signed-off-by: Geert Uytterhoeven <geert+renesas@...>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Acked-by: Laurent
From: Geert Uytterhoeven <geert+renesas@...>
Signed-off-by: Geert Uytterhoeven <geert+renesas@...>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Acked-by: Laurent
|
By
Biju Das <biju.das@...>
·
#429
·
|
|
[PATCH 01/11] pinctrl: sh-pfc: Add PINMUX_SINGLE()
From: Geert Uytterhoeven <geert+renesas@...>
Add a macro to describe a pinmux configuration for a single-function
pin.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...>
Acked-by:
From: Geert Uytterhoeven <geert+renesas@...>
Add a macro to describe a pinmux configuration for a single-function
pin.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...>
Acked-by:
|
By
Biju Das <biju.das@...>
·
#428
·
|
|
[PATCH 00/11] Add Pinctrl support for r8a7743
This series aims to add Pinctrl support for r8a7743.
All the patches in this series are cherry-picked from
upstream kernel
Geert Uytterhoeven (3):
pinctrl: sh-pfc: Add PINMUX_SINGLE()
pinctrl:
This series aims to add Pinctrl support for r8a7743.
All the patches in this series are cherry-picked from
upstream kernel
Geert Uytterhoeven (3):
pinctrl: sh-pfc: Add PINMUX_SINGLE()
pinctrl:
|
By
Biju Das <biju.das@...>
·
#427
·
|
|
Re: Workshop requirements
Hi,
- * If we go for this activity, maybe we can somehow re-use it to another activity related with kernel maintenance of Project X.
+ * If we go for this activity, maybe we can somehow re-use the
Hi,
- * If we go for this activity, maybe we can somehow re-use it to another activity related with kernel maintenance of Project X.
+ * If we go for this activity, maybe we can somehow re-use the
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#426
·
|
|
Workshop requirements
Hi,
I would like to share this idea of an activity for the workshop at ELCE.
Title: B@D 101: how to test the CIP kernel using B@D
Goal: learn the basics of B@D in order to test the CIP kernel and
Hi,
I would like to share this idea of an activity for the workshop at ELCE.
Title: B@D 101: how to test the CIP kernel using B@D
Goal: learn the basics of B@D in order to test the CIP kernel and
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#425
·
|
|
Re: [PATCH 00/14] Add Device tree support for iWave G20D-Q7 board
For the series: Reviewed-by: Chris Paterson <chris.paterson2@...>
For the series: Reviewed-by: Chris Paterson <chris.paterson2@...>
|
By
Chris Paterson
·
#424
·
|
|
[PATCH 14/14] ARM: multi_v7_defconfig: Enable r8a774[35] SoCs
From: Simon Horman <horms+renesas@...>
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@...>
Acked-by: Geert
From: Simon Horman <horms+renesas@...>
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@...>
Acked-by: Geert
|
By
Biju Das <biju.das@...>
·
#423
·
|
|
[PATCH 13/14] ARM: shmobile: defconfig: Enable r8a774[35] SoCs
From: Simon Horman <horms+renesas@...>
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@...>
Acked-by: Geert
From: Simon Horman <horms+renesas@...>
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@...>
Acked-by: Geert
|
By
Biju Das <biju.das@...>
·
#418
·
|
|
[PATCH 12/14] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M
Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M.
Signed-off-by: Biju Das <biju.das@...>
Reviewed-by: Chris Paterson <chris.paterson2@...>
Reviewed-by: Geert
Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M.
Signed-off-by: Biju Das <biju.das@...>
Reviewed-by: Chris Paterson <chris.paterson2@...>
Reviewed-by: Geert
|
By
Biju Das <biju.das@...>
·
#417
·
|
|
[PATCH 11/14] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM
Add support for iWave RZG1M Qseven System On Module.
http://www.iwavesystems.com/rz-g1m-qseven-module.html
Signed-off-by: Biju Das <biju.das@...>
Reviewed-by: Chris Paterson
Add support for iWave RZG1M Qseven System On Module.
http://www.iwavesystems.com/rz-g1m-qseven-module.html
Signed-off-by: Biju Das <biju.das@...>
Reviewed-by: Chris Paterson
|
By
Biju Das <biju.das@...>
·
#422
·
|
|
[PATCH 10/14] ARM: dts: r8a7743: add IRQC support
From: Sergei Shtylyov <sergei.shtylyov@...>
Describe the IRQC interrupt controller in the R8A7743 device tree.
Signed-off-by: Sergei Shtylyov
From: Sergei Shtylyov <sergei.shtylyov@...>
Describe the IRQC interrupt controller in the R8A7743 device tree.
Signed-off-by: Sergei Shtylyov
|
By
Biju Das <biju.das@...>
·
#421
·
|