Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-17 Thread Linus Walleij
On Thu, Aug 13, 2015 at 9:46 AM, Alexander Stein wrote: > On Monday 03 August 2015 10:07:06, Linus Walleij wrote: >> Alexander Stein and Uwe Kleine-König are working on this >> driver for this kernel cycle so requesting their help in >> reviewing these three patches. >> >> Alexander/Uwe: can you

Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-17 Thread Linus Walleij
On Thu, Aug 13, 2015 at 9:46 AM, Alexander Stein alexander.st...@systec-electronic.com wrote: On Monday 03 August 2015 10:07:06, Linus Walleij wrote: Alexander Stein and Uwe Kleine-König are working on this driver for this kernel cycle so requesting their help in reviewing these three patches.

Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-13 Thread Alexander Stein
On Monday 03 August 2015 10:07:06, Linus Walleij wrote: > Alexander Stein and Uwe Kleine-König are working on this > driver for this kernel cycle so requesting their help in > reviewing these three patches. > > Alexander/Uwe: can you see the patches, or will Shaveta > need to resend them? Yep, I

Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-13 Thread Alexander Stein
On Monday 03 August 2015 10:07:06, Linus Walleij wrote: Alexander Stein and Uwe Kleine-König are working on this driver for this kernel cycle so requesting their help in reviewing these three patches. Alexander/Uwe: can you see the patches, or will Shaveta need to resend them? Yep, I

Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-03 Thread Linus Walleij
Alexander Stein and Uwe Kleine-König are working on this driver for this kernel cycle so requesting their help in reviewing these three patches. Alexander/Uwe: can you see the patches, or will Shaveta need to resend them? On Thu, Jul 30, 2015 at 9:27 AM, Shaveta Leekha wrote: > LS1021a-qds has

Re: [PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-08-03 Thread Linus Walleij
Alexander Stein and Uwe Kleine-König are working on this driver for this kernel cycle so requesting their help in reviewing these three patches. Alexander/Uwe: can you see the patches, or will Shaveta need to resend them? On Thu, Jul 30, 2015 at 9:27 AM, Shaveta Leekha shav...@freescale.com

[PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-07-30 Thread Shaveta Leekha
LS1021a-qds has the same ip block/controller as GPIO on powerpc platform(MPC8XXX). So use portable i/o accessors, as in_be32/out_be32 accessors are Power architecture specific whereas ioread/writebe32 are available in other architectures. GPIO controller's registers are big endian, the accessors

[PATCH 1/3] drivers/gpio: Port gpio driver to ls1021a-qds platform

2015-07-30 Thread Shaveta Leekha
LS1021a-qds has the same ip block/controller as GPIO on powerpc platform(MPC8XXX). So use portable i/o accessors, as in_be32/out_be32 accessors are Power architecture specific whereas ioread/writebe32 are available in other architectures. GPIO controller's registers are big endian, the accessors