mbox series

[V3,0/2] pinctrl: imx: add imx8qxp pinctrl support

Message ID 1539756011-32559-1-git-send-email-aisheng.dong@nxp.com (mailing list archive)
Headers show
Series pinctrl: imx: add imx8qxp pinctrl support | expand

Message

Dong Aisheng Oct. 17, 2018, 6:04 a.m. UTC
This patch series adds i.MX8QXP pinctrl support which is based on
the pad service provided by SCU firmware.

Note it depends on SCU APIs patch set which has already been merged by Shawn.
So suppose this patch series can go through shawn's tree.

Note the binding part is also merged into scu binding doc according to
Rob's suggestion.
https://www.spinics.net/lists/arm-kernel/msg680738.html

v2->v3:
 * Pad name update (add IMX8QXP prefix)

v1->v2:
 * scu firmware headfile path update
 * structure name and api usage update
 * move SCU Pad API implementation into driver
 * add binding headfile pad-imx8qxp.h

Dong Aisheng (2):
  pinctrl: fsl: add scu based pinctrl support
  pinctrl: imx: add imx8qxp driver

 drivers/pinctrl/freescale/Kconfig           |  11 +
 drivers/pinctrl/freescale/Makefile          |   2 +
 drivers/pinctrl/freescale/pinctrl-imx.c     | 425 ++++++++++------
 drivers/pinctrl/freescale/pinctrl-imx.h     |  67 ++-
 drivers/pinctrl/freescale/pinctrl-imx8qxp.c | 232 +++++++++
 drivers/pinctrl/freescale/pinctrl-scu.c     | 121 +++++
 include/dt-bindings/pinctrl/pads-imx8qxp.h  | 751 ++++++++++++++++++++++++++++
 7 files changed, 1439 insertions(+), 170 deletions(-)
 create mode 100644 drivers/pinctrl/freescale/pinctrl-imx8qxp.c
 create mode 100644 drivers/pinctrl/freescale/pinctrl-scu.c
 create mode 100644 include/dt-bindings/pinctrl/pads-imx8qxp.h

Comments

Linus Walleij Oct. 30, 2018, 12:01 p.m. UTC | #1
On Wed, Oct 17, 2018 at 8:04 AM A.s. Dong <aisheng.dong@nxp.com> wrote:

> This patch series adds i.MX8QXP pinctrl support which is based on
> the pad service provided by SCU firmware.
>
> Note it depends on SCU APIs patch set which has already been merged by Shawn.
> So suppose this patch series can go through shawn's tree.
>
> Note the binding part is also merged into scu binding doc according to
> Rob's suggestion.
> https://www.spinics.net/lists/arm-kernel/msg680738.html
>
> v2->v3:
>  * Pad name update (add IMX8QXP prefix)

I wanted to apply this series for v4.21 but it doesn't work. The patches
look very weird, I think because of the Exchange server you are using
to send them. It contains things like this:

ontent-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginatorOrg: nxp.com
X-MS-Exchange-CrossTenant-Network-Message-Id:
5ed53ba8-dd6f-4c85-7264-08d633f66fd7
X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Oct 2018 06:04:45.7080 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM0PR04MB4179

Can you double-check and resend?

Yours,
Linus Walleij
Dong Aisheng Oct. 30, 2018, 2:03 p.m. UTC | #2
Hi Linus,

[...]

> I wanted to apply this series for v4.21 but it doesn't work. The patches look
> very weird, I think because of the Exchange server you are using to send them.
> It contains things like this:
> 
> ontent-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> MIME-Version: 1.0
> X-OriginatorOrg: nxp.com
> X-MS-Exchange-CrossTenant-Network-Message-Id:
> 5ed53ba8-dd6f-4c85-7264-08d633f66fd7
> X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Oct 2018 06:04:45.7080
> (UTC)
> X-MS-Exchange-CrossTenant-fromentityheader: Hosted
> X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635
> X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM0PR04MB4179
> 
> Can you double-check and resend?

Yes, that's weird.
I will check and re-send.

Thanks for the notification.

Regards
Dong Aisheng

> 
> Yours,
> Linus Walleij