Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331850 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-02-11 13:00 +0100 |
| Last post | 2016-02-16 00:30 +0100 |
| Articles | 5 — 2 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/14] pinctrl: sunxi: Add A83T R_PIO controller support Linus Walleij <linus.walleij@linaro.org> - 2016-02-11 13:00 +0100
Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-11 13:40 +0100
Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support Linus Walleij <linus.walleij@linaro.org> - 2016-02-11 14:50 +0100
Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-11 16:30 +0100
Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support Linus Walleij <linus.walleij@linaro.org> - 2016-02-16 00:30 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-02-11 13:00 +0100 |
| Subject | Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support |
| Message-ID | <r0Y4G-8bX-9@gated-at.bofh.it> |
On Sun, Jan 31, 2016 at 2:20 AM, Vishnu Patekar <vishnupatekar0510@gmail.com> wrote: > The A83T has R_PIO pin controller, it's same as A23, execpt A83T > interrupt bit is 6th and A83T has one extra pin PL12. > > Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> Maxime, can you look at this patch? Yours, Linus Walleij
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-02-11 13:40 +0100 |
| Message-ID | <r0YHo-fk-7@gated-at.bofh.it> |
| In reply to | #1331850 |
[Multipart message — attachments visible in raw view] — view raw
Hi Linus, On Thu, Feb 11, 2016 at 12:59:47PM +0100, Linus Walleij wrote: > On Sun, Jan 31, 2016 at 2:20 AM, Vishnu Patekar > <vishnupatekar0510@gmail.com> wrote: > > > The A83T has R_PIO pin controller, it's same as A23, execpt A83T > > interrupt bit is 6th and A83T has one extra pin PL12. > > > > Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> > > Maxime, can you look at this patch? Chen-Yu had one minor comment on it, and he's also the Allwinner maintainer now, so you can trust his Acked-by just like you would trust mine ;) Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-02-11 14:50 +0100 |
| Message-ID | <r0ZN9-13S-19@gated-at.bofh.it> |
| In reply to | #1331915 |
On Thu, Feb 11, 2016 at 1:36 PM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Thu, Feb 11, 2016 at 12:59:47PM +0100, Linus Walleij wrote: >> On Sun, Jan 31, 2016 at 2:20 AM, Vishnu Patekar >> <vishnupatekar0510@gmail.com> wrote: >> >> > The A83T has R_PIO pin controller, it's same as A23, execpt A83T >> > interrupt bit is 6th and A83T has one extra pin PL12. >> > >> > Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> >> >> Maxime, can you look at this patch? > > Chen-Yu had one minor comment on it, OK waiting for a new version. > and he's also the Allwinner > maintainer now, so you can trust his Acked-by just like you would > trust mine ;) Can you guys supply a MAINTAINERS entry for the sunxi stuff? Yours, Linus Walleij
[toc] | [prev] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-02-11 16:30 +0100 |
| Message-ID | <r11lU-2aN-9@gated-at.bofh.it> |
| In reply to | #1331956 |
[Multipart message — attachments visible in raw view] — view raw
Hi Linus, On Thu, Feb 11, 2016 at 02:47:57PM +0100, Linus Walleij wrote: > On Thu, Feb 11, 2016 at 1:36 PM, Maxime Ripard > <maxime.ripard@free-electrons.com> wrote: > > On Thu, Feb 11, 2016 at 12:59:47PM +0100, Linus Walleij wrote: > >> On Sun, Jan 31, 2016 at 2:20 AM, Vishnu Patekar > >> <vishnupatekar0510@gmail.com> wrote: > >> > >> > The A83T has R_PIO pin controller, it's same as A23, execpt A83T > >> > interrupt bit is 6th and A83T has one extra pin PL12. > >> > > >> > Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> > >> > >> Maxime, can you look at this patch? > > > > Chen-Yu had one minor comment on it, > > OK waiting for a new version. > > > and he's also the Allwinner > > maintainer now, so you can trust his Acked-by just like you would > > trust mine ;) > > Can you guys supply a MAINTAINERS entry for the sunxi > stuff? We have one, and Chen-Yu is listed as co-maintainer: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS#n911 Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-02-16 00:30 +0100 |
| Message-ID | <r2AKC-7Tu-9@gated-at.bofh.it> |
| In reply to | #1332147 |
On Thu, Feb 11, 2016 at 4:12 PM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Thu, Feb 11, 2016 at 02:47:57PM +0100, Linus Walleij wrote: >> Can you guys supply a MAINTAINERS entry for the sunxi >> stuff? > > We have one, and Chen-Yu is listed as co-maintainer: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS#n911 Modified request: can you put in F: wildcards there to match the files pertaining to the sunxi platform, so that scripts/find-maintainer.pl finds them. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web