(Resending due to wrong copy&paste in mailing list e-mail addresses, sorry for
the noise.)
The property has been deprecated and unused since commit
d9fe0039c4247383c2783923a3860227813b4d82 ("gpio: implement gpio-ranges binding
document fix"). Remove it.
This is a v3.12 fix, based on top of the latest mainline master branch.
Regression and backward compatibility issue should not occur, as:
- The first patch hardcodes the number of gpio-range cells to 3, which was the
value used by all boards so far.
- The second patch removes a property from .dtsi files that isn't used anymore
since the above-mentioned commit.
However, care must be taken to merge the patches in the correct order. Linus,
Simon, would you like to two patches to go through a single tree, or should
Linus provide a stable branch ?
Laurent Pinchart (2):
gpio: rcar: Remove #gpio-range-cells DT property usage
ARM: shmobile: Remove #gpio-ranges-cells DT property
arch/arm/boot/dts/r8a7778.dtsi | 1 -
arch/arm/boot/dts/r8a7779.dtsi | 1 -
arch/arm/boot/dts/r8a7790.dtsi | 1 -
drivers/gpio/gpio-rcar.c | 7 +++----
4 files changed, 3 insertions(+), 7 deletions(-)
--
Regards,
Laurent Pinchart
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
drivers/gpio/gpio-rcar.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
On Wed, Sep 11, 2013 at 3:51 PM, Laurent Pinchart
[off-list ref] wrote:
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <redacted>
Simon please take the whole set into the SH tree.
Yours,
Linus Walleij
From: Simon Horman <horms@verge.net.au> Date: 2013-09-20 19:06:14
On Fri, Sep 20, 2013 at 08:36:57PM +0200, Linus Walleij wrote:
On Wed, Sep 11, 2013 at 3:51 PM, Laurent Pinchart
[off-list ref] wrote:
quoted
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <redacted>
Simon please take the whole set into the SH tree.
Hi Simon,
On Friday 20 September 2013 12:06:14 Simon Horman wrote:
On Fri, Sep 20, 2013 at 08:36:57PM +0200, Linus Walleij wrote:
quoted
On Wed, Sep 11, 2013 at 3:51 PM, Laurent Pinchart
[off-list ref] wrote:
quoted
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart
[off-list ref]
Acked-by: Linus Walleij <redacted>
Simon please take the whole set into the SH tree.
Thanks, will do.
Just a quick reminder that the two patches are v3.12 fixes. Would you like me
to send you a pull request ?
--
Regards,
Laurent Pinchart
From: Simon Horman <horms@verge.net.au> Date: 2013-09-22 12:04:48
On Fri, Sep 20, 2013 at 09:57:44PM +0200, Laurent Pinchart wrote:
Hi Simon,
On Friday 20 September 2013 12:06:14 Simon Horman wrote:
quoted
On Fri, Sep 20, 2013 at 08:36:57PM +0200, Linus Walleij wrote:
quoted
On Wed, Sep 11, 2013 at 3:51 PM, Laurent Pinchart
[off-list ref] wrote:
quoted
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart
[off-list ref]
Acked-by: Linus Walleij <redacted>
Simon please take the whole set into the SH tree.
Thanks, will do.
Just a quick reminder that the two patches are v3.12 fixes. Would you like me
to send you a pull request ?
From: Simon Horman <horms@verge.net.au> Date: 2013-09-22 12:27:00
On Sun, Sep 22, 2013 at 09:04:48PM +0900, Simon Horman wrote:
On Fri, Sep 20, 2013 at 09:57:44PM +0200, Laurent Pinchart wrote:
quoted
Hi Simon,
On Friday 20 September 2013 12:06:14 Simon Horman wrote:
quoted
On Fri, Sep 20, 2013 at 08:36:57PM +0200, Linus Walleij wrote:
quoted
On Wed, Sep 11, 2013 at 3:51 PM, Laurent Pinchart
[off-list ref] wrote:
quoted
Commit a1bc260bb5f5d95da854be7898202d788e94448d ("gpio: clean up
gpio-ranges documentation") deprecated the #gpio-range-cells property.
Replace its usage with a hardcoded value in the gpio-rcar driver.
Signed-off-by: Laurent Pinchart
[off-list ref]
Acked-by: Linus Walleij <redacted>
Simon please take the whole set into the SH tree.
Thanks, will do.
Just a quick reminder that the two patches are v3.12 fixes. Would you like me
to send you a pull request ?
Thanks, that would be very helpful.
Actually, scratch that.
I have the patches and I will queue them up.