mbox series

[GIT,PULL] Immutable branch between MFD and Input due for the v5.13 merge window

Message ID 20210309135302.GP4931@dell (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] Immutable branch between MFD and Input due for the v5.13 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13

Message

Lee Jones March 9, 2021, 1:53 p.m. UTC
Enjoy!

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13

for you to fetch changes up to b58c808ca46c163c1924ec5d3285e67e9217ec74:

  MAINTAINERS: Add entry for ATC260x PMIC (2021-03-09 13:50:39 +0000)

----------------------------------------------------------------
Immutable branch between MFD and Input due for the v5.13 merge window

----------------------------------------------------------------
Cristian Ciocaltea (4):
      dt-bindings: input: Add reset-time-sec common property
      dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding
      mfd: Add MFD driver for ATC260x PMICs
      input: atc260x: Add onkey driver for ATC260x PMICs

Manivannan Sadhasivam (1):
      MAINTAINERS: Add entry for ATC260x PMIC

 Documentation/devicetree/bindings/input/input.yaml |   7 +
 .../devicetree/bindings/mfd/actions,atc260x.yaml   | 183 ++++++++++++
 MAINTAINERS                                        |  12 +
 drivers/input/misc/Kconfig                         |  11 +
 drivers/input/misc/Makefile                        |   2 +-
 drivers/input/misc/atc260x-onkey.c                 | 305 ++++++++++++++++++++
 drivers/mfd/Kconfig                                |  18 ++
 drivers/mfd/Makefile                               |   3 +
 drivers/mfd/atc260x-core.c                         | 310 +++++++++++++++++++++
 drivers/mfd/atc260x-i2c.c                          |  64 +++++
 include/linux/mfd/atc260x/atc2603c.h               | 281 +++++++++++++++++++
 include/linux/mfd/atc260x/atc2609a.h               | 308 ++++++++++++++++++++
 include/linux/mfd/atc260x/core.h                   |  58 ++++
 13 files changed, 1561 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
 create mode 100644 drivers/input/misc/atc260x-onkey.c
 create mode 100644 drivers/mfd/atc260x-core.c
 create mode 100644 drivers/mfd/atc260x-i2c.c
 create mode 100644 include/linux/mfd/atc260x/atc2603c.h
 create mode 100644 include/linux/mfd/atc260x/atc2609a.h
 create mode 100644 include/linux/mfd/atc260x/core.h

Comments

Lee Jones March 9, 2021, 8:04 p.m. UTC | #1
On Tue, 09 Mar 2021, Lee Jones wrote:

> Enjoy!
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13
> 
> for you to fetch changes up to b58c808ca46c163c1924ec5d3285e67e9217ec74:
> 
>   MAINTAINERS: Add entry for ATC260x PMIC (2021-03-09 13:50:39 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and Input due for the v5.13 merge window
> 
> ----------------------------------------------------------------
> Cristian Ciocaltea (4):
>       dt-bindings: input: Add reset-time-sec common property
>       dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding
>       mfd: Add MFD driver for ATC260x PMICs
>       input: atc260x: Add onkey driver for ATC260x PMICs
> 
> Manivannan Sadhasivam (1):
>       MAINTAINERS: Add entry for ATC260x PMIC
> 
>  Documentation/devicetree/bindings/input/input.yaml |   7 +
>  .../devicetree/bindings/mfd/actions,atc260x.yaml   | 183 ++++++++++++
>  MAINTAINERS                                        |  12 +
>  drivers/input/misc/Kconfig                         |  11 +
>  drivers/input/misc/Makefile                        |   2 +-
>  drivers/input/misc/atc260x-onkey.c                 | 305 ++++++++++++++++++++
>  drivers/mfd/Kconfig                                |  18 ++
>  drivers/mfd/Makefile                               |   3 +
>  drivers/mfd/atc260x-core.c                         | 310 +++++++++++++++++++++
>  drivers/mfd/atc260x-i2c.c                          |  64 +++++
>  include/linux/mfd/atc260x/atc2603c.h               | 281 +++++++++++++++++++
>  include/linux/mfd/atc260x/atc2609a.h               | 308 ++++++++++++++++++++
>  include/linux/mfd/atc260x/core.h                   |  58 ++++
>  13 files changed, 1561 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
>  create mode 100644 drivers/input/misc/atc260x-onkey.c
>  create mode 100644 drivers/mfd/atc260x-core.c
>  create mode 100644 drivers/mfd/atc260x-i2c.c
>  create mode 100644 include/linux/mfd/atc260x/atc2603c.h
>  create mode 100644 include/linux/mfd/atc260x/atc2609a.h
>  create mode 100644 include/linux/mfd/atc260x/core.h

FYI, if anyone has pulled this, they should probably rebase it onto
v5.12-rc2 and delete the v5.12-rc1 tag from their tree:

 https://lwn.net/Articles/848431/
Lee Jones March 10, 2021, 11:12 a.m. UTC | #2
On Tue, 09 Mar 2021, Lee Jones wrote:

> On Tue, 09 Mar 2021, Lee Jones wrote:
> 
> > Enjoy!
> > 
> > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> > 
> >   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13
> > 
> > for you to fetch changes up to b58c808ca46c163c1924ec5d3285e67e9217ec74:
> > 
> >   MAINTAINERS: Add entry for ATC260x PMIC (2021-03-09 13:50:39 +0000)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD and Input due for the v5.13 merge window
> > 
> > ----------------------------------------------------------------
> > Cristian Ciocaltea (4):
> >       dt-bindings: input: Add reset-time-sec common property
> >       dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding
> >       mfd: Add MFD driver for ATC260x PMICs
> >       input: atc260x: Add onkey driver for ATC260x PMICs
> > 
> > Manivannan Sadhasivam (1):
> >       MAINTAINERS: Add entry for ATC260x PMIC
> > 
> >  Documentation/devicetree/bindings/input/input.yaml |   7 +
> >  .../devicetree/bindings/mfd/actions,atc260x.yaml   | 183 ++++++++++++
> >  MAINTAINERS                                        |  12 +
> >  drivers/input/misc/Kconfig                         |  11 +
> >  drivers/input/misc/Makefile                        |   2 +-
> >  drivers/input/misc/atc260x-onkey.c                 | 305 ++++++++++++++++++++
> >  drivers/mfd/Kconfig                                |  18 ++
> >  drivers/mfd/Makefile                               |   3 +
> >  drivers/mfd/atc260x-core.c                         | 310 +++++++++++++++++++++
> >  drivers/mfd/atc260x-i2c.c                          |  64 +++++
> >  include/linux/mfd/atc260x/atc2603c.h               | 281 +++++++++++++++++++
> >  include/linux/mfd/atc260x/atc2609a.h               | 308 ++++++++++++++++++++
> >  include/linux/mfd/atc260x/core.h                   |  58 ++++
> >  13 files changed, 1561 insertions(+), 1 deletion(-)
> >  create mode 100644 Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
> >  create mode 100644 drivers/input/misc/atc260x-onkey.c
> >  create mode 100644 drivers/mfd/atc260x-core.c
> >  create mode 100644 drivers/mfd/atc260x-i2c.c
> >  create mode 100644 include/linux/mfd/atc260x/atc2603c.h
> >  create mode 100644 include/linux/mfd/atc260x/atc2609a.h
> >  create mode 100644 include/linux/mfd/atc260x/core.h
> 
> FYI, if anyone has pulled this, they should probably rebase it onto
> v5.12-rc2 and delete the v5.12-rc1 tag from their tree:
> 
>  https://lwn.net/Articles/848431/

In case you haven't pulled this yet, I created a new tag:

  ib-mfd-input-v5.13-1
Dmitry Torokhov March 25, 2021, 7:54 p.m. UTC | #3
Hi Lee,

On Wed, Mar 10, 2021 at 11:12:50AM +0000, Lee Jones wrote:
> On Tue, 09 Mar 2021, Lee Jones wrote:
> 
> > On Tue, 09 Mar 2021, Lee Jones wrote:
> > 
> > > Enjoy!
> > > 
> > > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> > > 
> > >   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13
> > > 
> > > for you to fetch changes up to b58c808ca46c163c1924ec5d3285e67e9217ec74:
> > > 
> > >   MAINTAINERS: Add entry for ATC260x PMIC (2021-03-09 13:50:39 +0000)
> > > 
> > > ----------------------------------------------------------------
> > > Immutable branch between MFD and Input due for the v5.13 merge window
> > > 
> > > ----------------------------------------------------------------
> > > Cristian Ciocaltea (4):
> > >       dt-bindings: input: Add reset-time-sec common property
> > >       dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding
> > >       mfd: Add MFD driver for ATC260x PMICs
> > >       input: atc260x: Add onkey driver for ATC260x PMICs
> > > 
> > > Manivannan Sadhasivam (1):
> > >       MAINTAINERS: Add entry for ATC260x PMIC
> > > 
> > >  Documentation/devicetree/bindings/input/input.yaml |   7 +
> > >  .../devicetree/bindings/mfd/actions,atc260x.yaml   | 183 ++++++++++++
> > >  MAINTAINERS                                        |  12 +
> > >  drivers/input/misc/Kconfig                         |  11 +
> > >  drivers/input/misc/Makefile                        |   2 +-
> > >  drivers/input/misc/atc260x-onkey.c                 | 305 ++++++++++++++++++++
> > >  drivers/mfd/Kconfig                                |  18 ++
> > >  drivers/mfd/Makefile                               |   3 +
> > >  drivers/mfd/atc260x-core.c                         | 310 +++++++++++++++++++++
> > >  drivers/mfd/atc260x-i2c.c                          |  64 +++++
> > >  include/linux/mfd/atc260x/atc2603c.h               | 281 +++++++++++++++++++
> > >  include/linux/mfd/atc260x/atc2609a.h               | 308 ++++++++++++++++++++
> > >  include/linux/mfd/atc260x/core.h                   |  58 ++++
> > >  13 files changed, 1561 insertions(+), 1 deletion(-)
> > >  create mode 100644 Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
> > >  create mode 100644 drivers/input/misc/atc260x-onkey.c
> > >  create mode 100644 drivers/mfd/atc260x-core.c
> > >  create mode 100644 drivers/mfd/atc260x-i2c.c
> > >  create mode 100644 include/linux/mfd/atc260x/atc2603c.h
> > >  create mode 100644 include/linux/mfd/atc260x/atc2609a.h
> > >  create mode 100644 include/linux/mfd/atc260x/core.h
> > 
> > FYI, if anyone has pulled this, they should probably rebase it onto
> > v5.12-rc2 and delete the v5.12-rc1 tag from their tree:
> > 
> >  https://lwn.net/Articles/848431/
> 
> In case you haven't pulled this yet, I created a new tag:
> 
>   ib-mfd-input-v5.13-1

Did you push this one out? I can't seem to see it.

Thanks.
Lee Jones March 26, 2021, 8:18 a.m. UTC | #4
On Thu, 25 Mar 2021, Dmitry Torokhov wrote:

> Hi Lee,
> 
> On Wed, Mar 10, 2021 at 11:12:50AM +0000, Lee Jones wrote:
> > On Tue, 09 Mar 2021, Lee Jones wrote:
> > 
> > > On Tue, 09 Mar 2021, Lee Jones wrote:
> > > 
> > > > Enjoy!
> > > > 
> > > > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> > > > 
> > > >   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-input-v5.13
> > > > 
> > > > for you to fetch changes up to b58c808ca46c163c1924ec5d3285e67e9217ec74:
> > > > 
> > > >   MAINTAINERS: Add entry for ATC260x PMIC (2021-03-09 13:50:39 +0000)
> > > > 
> > > > ----------------------------------------------------------------
> > > > Immutable branch between MFD and Input due for the v5.13 merge window
> > > > 
> > > > ----------------------------------------------------------------
> > > > Cristian Ciocaltea (4):
> > > >       dt-bindings: input: Add reset-time-sec common property
> > > >       dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding
> > > >       mfd: Add MFD driver for ATC260x PMICs
> > > >       input: atc260x: Add onkey driver for ATC260x PMICs
> > > > 
> > > > Manivannan Sadhasivam (1):
> > > >       MAINTAINERS: Add entry for ATC260x PMIC
> > > > 
> > > >  Documentation/devicetree/bindings/input/input.yaml |   7 +
> > > >  .../devicetree/bindings/mfd/actions,atc260x.yaml   | 183 ++++++++++++
> > > >  MAINTAINERS                                        |  12 +
> > > >  drivers/input/misc/Kconfig                         |  11 +
> > > >  drivers/input/misc/Makefile                        |   2 +-
> > > >  drivers/input/misc/atc260x-onkey.c                 | 305 ++++++++++++++++++++
> > > >  drivers/mfd/Kconfig                                |  18 ++
> > > >  drivers/mfd/Makefile                               |   3 +
> > > >  drivers/mfd/atc260x-core.c                         | 310 +++++++++++++++++++++
> > > >  drivers/mfd/atc260x-i2c.c                          |  64 +++++
> > > >  include/linux/mfd/atc260x/atc2603c.h               | 281 +++++++++++++++++++
> > > >  include/linux/mfd/atc260x/atc2609a.h               | 308 ++++++++++++++++++++
> > > >  include/linux/mfd/atc260x/core.h                   |  58 ++++
> > > >  13 files changed, 1561 insertions(+), 1 deletion(-)
> > > >  create mode 100644 Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
> > > >  create mode 100644 drivers/input/misc/atc260x-onkey.c
> > > >  create mode 100644 drivers/mfd/atc260x-core.c
> > > >  create mode 100644 drivers/mfd/atc260x-i2c.c
> > > >  create mode 100644 include/linux/mfd/atc260x/atc2603c.h
> > > >  create mode 100644 include/linux/mfd/atc260x/atc2609a.h
> > > >  create mode 100644 include/linux/mfd/atc260x/core.h
> > > 
> > > FYI, if anyone has pulled this, they should probably rebase it onto
> > > v5.12-rc2 and delete the v5.12-rc1 tag from their tree:
> > > 
> > >  https://lwn.net/Articles/848431/
> > 
> > In case you haven't pulled this yet, I created a new tag:
> > 
> >   ib-mfd-input-v5.13-1
> 
> Did you push this one out? I can't seem to see it.

Seemingly not.  Thanks for the poke.