mbox series

[0/3] GPCv2 support for i.MX8MQ

Message ID 20181117181206.10267-1-andrew.smirnov@gmail.com (mailing list archive)
Headers show
Series GPCv2 support for i.MX8MQ | expand

Message

Andrey Smirnov Nov. 17, 2018, 6:12 p.m. UTC
Everyone:

This series contains changes I made to add support for i.MX8MQ to
GPCv2 driver in order to enable support of PCIE IP block on i.MX8MQ
SoCs (full tree can be found at [github-v0]). This series is _very_
preliminary and by no means is ready for inclusion (it also has some
unmet dependencies).  However is should be in OK enough shape to get
some early feedback on, which is the intent of this submission.

All other feedback is appreciated as well!

Thank you,
Andrey Smirnov

[github-v0] https://github.com/ndreys/linux/commits/imx8mq-pcie-v0

Andrey Smirnov (3):
  soc: imx: gpcv2: Remove static qualifier from domain_data
  soc: imx: gpcv2: Make regmap access table variant specific.
  soc: imx: gpcv2: Add support for i.MX8MQ

 drivers/soc/imx/Kconfig |   4 +-
 drivers/soc/imx/gpcv2.c | 238 ++++++++++++++++++++++++++++++++++++----
 2 files changed, 219 insertions(+), 23 deletions(-)

Comments

Lucas Stach Nov. 19, 2018, 2:10 p.m. UTC | #1
Hi Andrey,

Am Samstag, den 17.11.2018, 10:12 -0800 schrieb Andrey Smirnov:
> Everyone:
> 
> This series contains changes I made to add support for i.MX8MQ to
> GPCv2 driver in order to enable support of PCIE IP block on i.MX8MQ
> SoCs (full tree can be found at [github-v0]). This series is _very_
> preliminary and by no means is ready for inclusion (it also has some
> unmet dependencies).  However is should be in OK enough shape to get
> some early feedback on, which is the intent of this submission.
> 
> All other feedback is appreciated as well!

I've already sent out my version of the GPCv2 i.MX8M support on Friday,
but for whatever reason missed to CC you. It's unfortunate that we now
have 2 slightly different versions of this on the list.

Regards,
Lucas
Andrey Smirnov Nov. 26, 2018, 6:38 p.m. UTC | #2
On Mon, Nov 19, 2018 at 6:10 AM Lucas Stach <l.stach@pengutronix.de> wrote:
>
> Hi Andrey,
>
> Am Samstag, den 17.11.2018, 10:12 -0800 schrieb Andrey Smirnov:
> > Everyone:
> >
> > This series contains changes I made to add support for i.MX8MQ to
> > GPCv2 driver in order to enable support of PCIE IP block on i.MX8MQ
> > SoCs (full tree can be found at [github-v0]). This series is _very_
> > preliminary and by no means is ready for inclusion (it also has some
> > unmet dependencies).  However is should be in OK enough shape to get
> > some early feedback on, which is the intent of this submission.
> >
> > All other feedback is appreciated as well!
>
> I've already sent out my version of the GPCv2 i.MX8M support on Friday,
> but for whatever reason missed to CC you. It's unfortunate that we now
> have 2 slightly different versions of this on the list.
>

Well, assuming first come first served, I am guessing this is your
adventure now.

Thanks,
Andrey Smirnov