Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271202 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2015-11-17 14:50 +0100 |
| Last post | 2015-12-10 17:50 +0100 |
| Articles | 6 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Linus Walleij <linus.walleij@linaro.org> - 2015-11-17 14:50 +0100
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Javier Martinez Canillas <javier@osg.samsung.com> - 2015-11-17 15:00 +0100
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Tony Lindgren <tony@atomide.com> - 2015-11-19 01:30 +0100
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Tony Lindgren <tony@atomide.com> - 2015-11-25 19:40 +0100
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Tony Lindgren <tony@atomide.com> - 2015-11-30 17:50 +0100
Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Linus Walleij <linus.walleij@linaro.org> - 2015-12-10 17:50 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-11-17 14:50 +0100 |
| Subject | Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files |
| Message-ID | <qvONX-5HC-13@gated-at.bofh.it> |
On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas <javier@osg.samsung.com> wrote: > The <dt-bindings/pinctrl/omap.h> header file defines a set of macros > for different SoCs families that falls under the OMAP sub-arch, that > allow to define the padconf register physical address instead of the > register offset from the padconf base. > > But the am43xx and dra7xx SoCs families have their own pinctrl header > file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() > and DRA7XX_CORE_IOPAD() macros since <dt-bindings/pinctrl/omap.h> is > not included. > > Move the macros to the correct header files so can be used by the DTS. > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> I need Tony's ACK on this. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2015-11-17 15:00 +0100 |
| Message-ID | <qvOXE-5L7-17@gated-at.bofh.it> |
| In reply to | #1271202 |
Hello Linus, On 11/17/2015 10:47 AM, Linus Walleij wrote: > On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas > <javier@osg.samsung.com> wrote: > >> The <dt-bindings/pinctrl/omap.h> header file defines a set of macros >> for different SoCs families that falls under the OMAP sub-arch, that >> allow to define the padconf register physical address instead of the >> register offset from the padconf base. >> >> But the am43xx and dra7xx SoCs families have their own pinctrl header >> file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() >> and DRA7XX_CORE_IOPAD() macros since <dt-bindings/pinctrl/omap.h> is >> not included. >> >> Move the macros to the correct header files so can be used by the DTS. >> >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > I need Tony's ACK on this. > OK, I believe he was waiting for yours to pick the series though ;) > Yours, > Linus Walleij > Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2015-11-19 01:30 +0100 |
| Subject | Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files |
| Message-ID | <qwlgR-20q-3@gated-at.bofh.it> |
| In reply to | #1271223 |
* Javier Martinez Canillas <javier@osg.samsung.com> [151117 05:51]: > Hello Linus, > > On 11/17/2015 10:47 AM, Linus Walleij wrote: > > On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas > > <javier@osg.samsung.com> wrote: > > > >> The <dt-bindings/pinctrl/omap.h> header file defines a set of macros > >> for different SoCs families that falls under the OMAP sub-arch, that > >> allow to define the padconf register physical address instead of the > >> register offset from the padconf base. > >> > >> But the am43xx and dra7xx SoCs families have their own pinctrl header > >> file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() > >> and DRA7XX_CORE_IOPAD() macros since <dt-bindings/pinctrl/omap.h> is > >> not included. > >> > >> Move the macros to the correct header files so can be used by the DTS. > >> > >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > > > I need Tony's ACK on this. > > > > OK, I believe he was waiting for yours to pick the series though ;) Yeah probably best to keep this series together if you're OK with that. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2015-11-25 19:40 +0100 |
| Subject | Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files |
| Message-ID | <qyN90-1vp-7@gated-at.bofh.it> |
| In reply to | #1272708 |
Linus, * Tony Lindgren <tony@atomide.com> [151118 16:25]: > * Javier Martinez Canillas <javier@osg.samsung.com> [151117 05:51]: > > Hello Linus, > > > > On 11/17/2015 10:47 AM, Linus Walleij wrote: > > > On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas > > > <javier@osg.samsung.com> wrote: > > > > > >> The <dt-bindings/pinctrl/omap.h> header file defines a set of macros > > >> for different SoCs families that falls under the OMAP sub-arch, that > > >> allow to define the padconf register physical address instead of the > > >> register offset from the padconf base. > > >> > > >> But the am43xx and dra7xx SoCs families have their own pinctrl header > > >> file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() > > >> and DRA7XX_CORE_IOPAD() macros since <dt-bindings/pinctrl/omap.h> is > > >> not included. > > >> > > >> Move the macros to the correct header files so can be used by the DTS. > > >> > > >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > > > > > I need Tony's ACK on this. > > > > > > > OK, I believe he was waiting for yours to pick the series though ;) > > Yeah probably best to keep this series together if you're OK with that. Care to ack this one? I'd like to apply this series for v4.5 within next few days.. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2015-11-30 17:50 +0100 |
| Subject | Re: [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files |
| Message-ID | <qAzOi-66r-31@gated-at.bofh.it> |
| In reply to | #1277689 |
* Tony Lindgren <tony@atomide.com> [151125 10:40]: > Linus, > > * Tony Lindgren <tony@atomide.com> [151118 16:25]: > > * Javier Martinez Canillas <javier@osg.samsung.com> [151117 05:51]: > > > Hello Linus, > > > > > > On 11/17/2015 10:47 AM, Linus Walleij wrote: > > > > On Fri, Nov 13, 2015 at 5:53 AM, Javier Martinez Canillas > > > > <javier@osg.samsung.com> wrote: > > > > > > > >> The <dt-bindings/pinctrl/omap.h> header file defines a set of macros > > > >> for different SoCs families that falls under the OMAP sub-arch, that > > > >> allow to define the padconf register physical address instead of the > > > >> register offset from the padconf base. > > > >> > > > >> But the am43xx and dra7xx SoCs families have their own pinctrl header > > > >> file so the DTS using these SoCs aren't able to use the AM4372_IOPAD() > > > >> and DRA7XX_CORE_IOPAD() macros since <dt-bindings/pinctrl/omap.h> is > > > >> not included. > > > >> > > > >> Move the macros to the correct header files so can be used by the DTS. > > > >> > > > >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > > > > > > > I need Tony's ACK on this. > > > > > > > > > > OK, I believe he was waiting for yours to pick the series though ;) > > > > Yeah probably best to keep this series together if you're OK with that. > > Care to ack this one? I'd like to apply this series for v4.5 within next > few days.. Applying this series today into omap-for-v4.5/dt. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-12-10 17:50 +0100 |
| Message-ID | <qEczN-gM-39@gated-at.bofh.it> |
| In reply to | #1277689 |
On Wed, Nov 25, 2015 at 7:39 PM, Tony Lindgren <tony@atomide.com> wrote: > Linus, (...) >> > OK, I believe he was waiting for yours to pick the series though ;) >> >> Yeah probably best to keep this series together if you're OK with that. > > Care to ack this one? I'd like to apply this series for v4.5 within next > few days.. Sorry for the delay. ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web