Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722448 > unrolled thread
| Started by | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| First post | 2017-08-29 15:00 +0200 |
| Last post | 2017-09-04 10:00 +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: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-08-29 15:00 +0200
Re: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window Guenter Roeck <linux@roeck-us.net> - 2017-08-29 15:40 +0200
Re: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-08-29 16:20 +0200
Re: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window Guenter Roeck <linux@roeck-us.net> - 2017-08-30 04:10 +0200
Re: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window Lee Jones <lee.jones@linaro.org> - 2017-09-04 10:00 +0200
| From | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Date | 2017-08-29 15:00 +0200 |
| Subject | Re: [GIT PULL] Immutable branch between MFD and HWMON due for the v4.14 merge window |
| Message-ID | <ujOhz-2Kk-5@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Lee, I noticed, that you did not yet push out your for-mfd-next branch, so the patches did not yet appear in linux-next. Was this intentional? -- Sebastian On Tue, Aug 22, 2017 at 08:47:41AM +0100, Lee Jones wrote: > Enjoy! > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-v4.14 > > for you to fetch changes up to 4f16cab19a3d57638dd5d962ff6e87c154a6cab2: > > hwmon: da9052: Add support for TSI channel (2017-08-22 08:45:02 +0100) > > ---------------------------------------------------------------- > Immutable branch between MFD and HWMON due for the v4.14 merge window > > ---------------------------------------------------------------- > Sebastian Reichel (4): > mfd: da9052: Add register details for TSI > hwmon: da9052: Replace S_IRUGO with 0444 > mfd: da9052: Make touchscreen registration optional > hwmon: da9052: Add support for TSI channel > > drivers/hwmon/da9052-hwmon.c | 285 +++++++++++++++++++++++++++++++++++--- > drivers/mfd/da9052-core.c | 26 +++- > include/linux/mfd/da9052/da9052.h | 6 + > include/linux/mfd/da9052/reg.h | 11 +- > 4 files changed, 302 insertions(+), 26 deletions(-) > > -- > Lee Jones > Linaro STMicroelectronics Landing Team Lead > Linaro.org │ Open source software for ARM SoCs > Follow Linaro: Facebook | Twitter | Blog
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-08-29 15:40 +0200 |
| Message-ID | <ujOUh-3dt-11@gated-at.bofh.it> |
| In reply to | #1722448 |
On 08/29/2017 05:51 AM, Sebastian Reichel wrote: > Hi Lee, > > I noticed, that you did not yet push out your for-mfd-next branch, > so the patches did not yet appear in linux-next. Was this > intentional? > The immutable branch referenced below doesn't exist either. Guenter > -- Sebastian > > On Tue, Aug 22, 2017 at 08:47:41AM +0100, Lee Jones wrote: >> Enjoy! >> >> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: >> >> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-v4.14 >> >> for you to fetch changes up to 4f16cab19a3d57638dd5d962ff6e87c154a6cab2: >> >> hwmon: da9052: Add support for TSI channel (2017-08-22 08:45:02 +0100) >> >> ---------------------------------------------------------------- >> Immutable branch between MFD and HWMON due for the v4.14 merge window >> >> ---------------------------------------------------------------- >> Sebastian Reichel (4): >> mfd: da9052: Add register details for TSI >> hwmon: da9052: Replace S_IRUGO with 0444 >> mfd: da9052: Make touchscreen registration optional >> hwmon: da9052: Add support for TSI channel >> >> drivers/hwmon/da9052-hwmon.c | 285 +++++++++++++++++++++++++++++++++++--- >> drivers/mfd/da9052-core.c | 26 +++- >> include/linux/mfd/da9052/da9052.h | 6 + >> include/linux/mfd/da9052/reg.h | 11 +- >> 4 files changed, 302 insertions(+), 26 deletions(-) >> >> -- >> 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 | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Date | 2017-08-29 16:20 +0200 |
| Message-ID | <ujPx0-3FG-17@gated-at.bofh.it> |
| In reply to | #1722496 |
[Multipart message — attachments visible in raw view] — view raw
Hi Guenter, On Tue, Aug 29, 2017 at 06:34:39AM -0700, Guenter Roeck wrote: > On 08/29/2017 05:51 AM, Sebastian Reichel wrote: > > Hi Lee, > > > > I noticed, that you did not yet push out your for-mfd-next branch, > > so the patches did not yet appear in linux-next. Was this > > intentional? > > > The immutable branch referenced below doesn't exist either. The immutable branch looks ok for me: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/log/?h=ib-mfd-hwmon-v4.14 > Guenter > > > -- Sebastian > > > > On Tue, Aug 22, 2017 at 08:47:41AM +0100, Lee Jones wrote: > > > Enjoy! > > > > > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: > > > > > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-v4.14 > > > > > > for you to fetch changes up to 4f16cab19a3d57638dd5d962ff6e87c154a6cab2: > > > > > > hwmon: da9052: Add support for TSI channel (2017-08-22 08:45:02 +0100) > > > > > > ---------------------------------------------------------------- > > > Immutable branch between MFD and HWMON due for the v4.14 merge window > > > > > > ---------------------------------------------------------------- > > > Sebastian Reichel (4): > > > mfd: da9052: Add register details for TSI > > > hwmon: da9052: Replace S_IRUGO with 0444 > > > mfd: da9052: Make touchscreen registration optional > > > hwmon: da9052: Add support for TSI channel > > > > > > drivers/hwmon/da9052-hwmon.c | 285 +++++++++++++++++++++++++++++++++++--- > > > drivers/mfd/da9052-core.c | 26 +++- > > > include/linux/mfd/da9052/da9052.h | 6 + > > > include/linux/mfd/da9052/reg.h | 11 +- > > > 4 files changed, 302 insertions(+), 26 deletions(-) > > > -- > > > 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 | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-08-30 04:10 +0200 |
| Message-ID | <uk0C6-2db-5@gated-at.bofh.it> |
| In reply to | #1722525 |
On 08/29/2017 07:19 AM, Sebastian Reichel wrote: > Hi Guenter, > > On Tue, Aug 29, 2017 at 06:34:39AM -0700, Guenter Roeck wrote: >> On 08/29/2017 05:51 AM, Sebastian Reichel wrote: >>> Hi Lee, >>> >>> I noticed, that you did not yet push out your for-mfd-next branch, >>> so the patches did not yet appear in linux-next. Was this >>> intentional? >>> >> The immutable branch referenced below doesn't exist either. > > The immutable branch looks ok for me: > > https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/log/?h=ib-mfd-hwmon-v4.14 > Hmm, yes, I must be blind. Guenter >> Guenter >> >>> -- Sebastian >>> >>> On Tue, Aug 22, 2017 at 08:47:41AM +0100, Lee Jones wrote: >>>> Enjoy! >>>> >>>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: >>>> >>>> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) >>>> >>>> are available in the git repository at: >>>> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-v4.14 >>>> >>>> for you to fetch changes up to 4f16cab19a3d57638dd5d962ff6e87c154a6cab2: >>>> >>>> hwmon: da9052: Add support for TSI channel (2017-08-22 08:45:02 +0100) >>>> >>>> ---------------------------------------------------------------- >>>> Immutable branch between MFD and HWMON due for the v4.14 merge window >>>> >>>> ---------------------------------------------------------------- >>>> Sebastian Reichel (4): >>>> mfd: da9052: Add register details for TSI >>>> hwmon: da9052: Replace S_IRUGO with 0444 >>>> mfd: da9052: Make touchscreen registration optional >>>> hwmon: da9052: Add support for TSI channel >>>> >>>> drivers/hwmon/da9052-hwmon.c | 285 +++++++++++++++++++++++++++++++++++--- >>>> drivers/mfd/da9052-core.c | 26 +++- >>>> include/linux/mfd/da9052/da9052.h | 6 + >>>> include/linux/mfd/da9052/reg.h | 11 +- >>>> 4 files changed, 302 insertions(+), 26 deletions(-) >>>> -- >>>> 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-09-04 10:00 +0200 |
| Message-ID | <ulUsy-2Ip-11@gated-at.bofh.it> |
| In reply to | #1722968 |
On Tue, 29 Aug 2017, Guenter Roeck wrote: > On 08/29/2017 07:19 AM, Sebastian Reichel wrote: > > Hi Guenter, > > > > On Tue, Aug 29, 2017 at 06:34:39AM -0700, Guenter Roeck wrote: > > > On 08/29/2017 05:51 AM, Sebastian Reichel wrote: > > > > Hi Lee, > > > > > > > > I noticed, that you did not yet push out your for-mfd-next branch, > > > > so the patches did not yet appear in linux-next. Was this > > > > intentional? > > > > > > > The immutable branch referenced below doesn't exist either. > > > > The immutable branch looks ok for me: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/log/?h=ib-mfd-hwmon-v4.14 > > > > Hmm, yes, I must be blind. :) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web