Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710529 > unrolled thread
| Started by | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| First post | 2017-08-13 15:40 +0200 |
| Last post | 2017-08-14 18:30 +0200 |
| Articles | 5 — 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 2/3] mfd: tps65010: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-08-13 15:40 +0200
Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Lee Jones <lee.jones@linaro.org> - 2017-08-14 08:50 +0200
Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Lee Jones <lee.jones@linaro.org> - 2017-08-14 10:50 +0200
Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 18:30 +0200
Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Tony Lindgren <tony@atomide.com> - 2017-08-14 18:30 +0200
| From | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| Date | 2017-08-13 15:40 +0200 |
| Subject | Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm |
| Message-ID | <ue1hx-7La-53@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote: > On Mon, 22 May 2017, Wolfram Sang wrote: > > > include/linux/i2c is not for client devices. Move the header file to a > > more appropriate location. > > > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> > > --- > > arch/arm/mach-omap1/board-h2-mmc.c | 2 +- > > arch/arm/mach-omap1/board-h2.c | 2 +- > > arch/arm/mach-omap1/board-h3-mmc.c | 2 +- > > arch/arm/mach-omap1/board-h3.c | 2 +- > > arch/arm/mach-omap1/board-osk.c | 2 +- > > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > > > drivers/mfd/tps65010.c | 2 +- > > For my own reference: > Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> Same here: ok for 4.14 or something needed?
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-08-14 08:50 +0200 |
| Message-ID | <uehmi-It-15@gated-at.bofh.it> |
| In reply to | #1710529 |
On Sun, 13 Aug 2017, Wolfram Sang wrote: > On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote: > > On Mon, 22 May 2017, Wolfram Sang wrote: > > > > > include/linux/i2c is not for client devices. Move the header file to a > > > more appropriate location. > > > > > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> > > > --- > > > arch/arm/mach-omap1/board-h2-mmc.c | 2 +- > > > arch/arm/mach-omap1/board-h2.c | 2 +- > > > arch/arm/mach-omap1/board-h3-mmc.c | 2 +- > > > arch/arm/mach-omap1/board-h3.c | 2 +- > > > arch/arm/mach-omap1/board-osk.c | 2 +- > > > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > > > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > > > > > drivers/mfd/tps65010.c | 2 +- > > > > For my own reference: > > Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> > > Same here: ok for 4.14 or something needed? Can this patch be applied on its own, or does it have dependencies? -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-08-14 10:50 +0200 |
| Message-ID | <uejeq-1Uc-15@gated-at.bofh.it> |
| In reply to | #1710662 |
On Mon, 14 Aug 2017, Lee Jones wrote: > On Sun, 13 Aug 2017, Wolfram Sang wrote: > > > On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote: > > > On Mon, 22 May 2017, Wolfram Sang wrote: > > > > > > > include/linux/i2c is not for client devices. Move the header file to a > > > > more appropriate location. > > > > > > > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> > > > > --- > > > > arch/arm/mach-omap1/board-h2-mmc.c | 2 +- > > > > arch/arm/mach-omap1/board-h2.c | 2 +- > > > > arch/arm/mach-omap1/board-h3-mmc.c | 2 +- > > > > arch/arm/mach-omap1/board-h3.c | 2 +- > > > > arch/arm/mach-omap1/board-osk.c | 2 +- > > > > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > > > > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > > > > > > > drivers/mfd/tps65010.c | 2 +- > > > > > > For my own reference: > > > Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> > > > > Same here: ok for 4.14 or something needed? > > Can this patch be applied on its own, or does it have dependencies? Even if it doesn't, it still requires Acks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| Date | 2017-08-14 18:30 +0200 |
| Message-ID | <ueqpA-6qC-11@gated-at.bofh.it> |
| In reply to | #1710724 |
[Multipart message — attachments visible in raw view] — view raw
> > Even if it doesn't, it still requires Acks. > > As long as this has been compile tested with omap1_defconfig: > > Acked-by: Tony Lindgren <tony@atomide.com> Hah, just in time. I was about to send out the new version, thanks! :D buildbot did test it and I did compile tests, too.
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-08-14 18:30 +0200 |
| Message-ID | <ueqpA-6qC-13@gated-at.bofh.it> |
| In reply to | #1710724 |
* Lee Jones <lee.jones@linaro.org> [170814 01:44]: > On Mon, 14 Aug 2017, Lee Jones wrote: > > > On Sun, 13 Aug 2017, Wolfram Sang wrote: > > > > > On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote: > > > > On Mon, 22 May 2017, Wolfram Sang wrote: > > > > > > > > > include/linux/i2c is not for client devices. Move the header file to a > > > > > more appropriate location. > > > > > > > > > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> > > > > > --- > > > > > arch/arm/mach-omap1/board-h2-mmc.c | 2 +- > > > > > arch/arm/mach-omap1/board-h2.c | 2 +- > > > > > arch/arm/mach-omap1/board-h3-mmc.c | 2 +- > > > > > arch/arm/mach-omap1/board-h3.c | 2 +- > > > > > arch/arm/mach-omap1/board-osk.c | 2 +- > > > > > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > > > > > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > > > > > > > > > drivers/mfd/tps65010.c | 2 +- > > > > > > > > For my own reference: > > > > Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> > > > > > > Same here: ok for 4.14 or something needed? > > > > Can this patch be applied on its own, or does it have dependencies? > > Even if it doesn't, it still requires Acks. As long as this has been compile tested with omap1_defconfig: Acked-by: Tony Lindgren <tony@atomide.com> Regards, Tony
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web