mbox

[GIT,PULL] Immutable branch between MFD, GPIO and I2C

Message ID 20141110151226.GD24004@x1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-i2c-v3.19

Message

Lee Jones Nov. 10, 2014, 3:12 p.m. UTC
[Subject change -- in case you miss it]

Linus, Wolfram,

Enjoy!

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-i2c-v3.19

for you to fetch changes up to e7d146b11a8a33b6033220b0f4fc4de2ab29218a:

  gpio: add support for the Diolan DLN-2 USB GPIO driver (2014-11-10 15:05:49 +0000)

----------------------------------------------------------------
Immutable branch between MFD, GPIO and I2C

----------------------------------------------------------------
Daniel Baluta (1):
      gpio: add support for the Diolan DLN-2 USB GPIO driver

Laurentiu Palcu (1):
      i2c: add support for Diolan DLN-2 USB-I2C adapter

Octavian Purdila (1):
      mfd: Add support for Diolan DLN-2 devices

 drivers/gpio/Kconfig          |  12 +
 drivers/gpio/Makefile         |   1 +
 drivers/gpio/gpio-dln2.c      | 553 ++++++++++++++++++++++++++++++
 drivers/i2c/busses/Kconfig    |  10 +
 drivers/i2c/busses/Makefile   |   1 +
 drivers/i2c/busses/i2c-dln2.c | 267 +++++++++++++++
 drivers/mfd/Kconfig           |  10 +
 drivers/mfd/Makefile          |   1 +
 drivers/mfd/dln2.c            | 763 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/dln2.h      | 103 ++++++
 10 files changed, 1721 insertions(+)
 create mode 100644 drivers/gpio/gpio-dln2.c
 create mode 100644 drivers/i2c/busses/i2c-dln2.c
 create mode 100644 drivers/mfd/dln2.c
 create mode 100644 include/linux/mfd/dln2.h

Comments

Lee Jones Nov. 10, 2014, 4:04 p.m. UTC | #1
Please don't pull this -- it is missing a patch.

Will fix.

> [Subject change -- in case you miss it]
> 
> Linus, Wolfram,
> 
> Enjoy!
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-i2c-v3.19
> 
> for you to fetch changes up to e7d146b11a8a33b6033220b0f4fc4de2ab29218a:
> 
>   gpio: add support for the Diolan DLN-2 USB GPIO driver (2014-11-10 15:05:49 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD, GPIO and I2C
> 
> ----------------------------------------------------------------
> Daniel Baluta (1):
>       gpio: add support for the Diolan DLN-2 USB GPIO driver
> 
> Laurentiu Palcu (1):
>       i2c: add support for Diolan DLN-2 USB-I2C adapter
> 
> Octavian Purdila (1):
>       mfd: Add support for Diolan DLN-2 devices
> 
>  drivers/gpio/Kconfig          |  12 +
>  drivers/gpio/Makefile         |   1 +
>  drivers/gpio/gpio-dln2.c      | 553 ++++++++++++++++++++++++++++++
>  drivers/i2c/busses/Kconfig    |  10 +
>  drivers/i2c/busses/Makefile   |   1 +
>  drivers/i2c/busses/i2c-dln2.c | 267 +++++++++++++++
>  drivers/mfd/Kconfig           |  10 +
>  drivers/mfd/Makefile          |   1 +
>  drivers/mfd/dln2.c            | 763 ++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/dln2.h      | 103 ++++++
>  10 files changed, 1721 insertions(+)
>  create mode 100644 drivers/gpio/gpio-dln2.c
>  create mode 100644 drivers/i2c/busses/i2c-dln2.c
>  create mode 100644 drivers/mfd/dln2.c
>  create mode 100644 include/linux/mfd/dln2.h
>
Lee Jones Nov. 10, 2014, 5:43 p.m. UTC | #2
> Please don't pull this -- it is missing a patch.
> 
> Will fix.

Okay, dependency fixed.  Sorry for the fuss.  Pull when ready.

> > [Subject change -- in case you miss it]
> > 
> > Linus, Wolfram,
> > 
> > Enjoy!
> > 
> > The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> > 
> >   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-i2c-v3.19
> > 
> > for you to fetch changes up to e7d146b11a8a33b6033220b0f4fc4de2ab29218a:
> > 
> >   gpio: add support for the Diolan DLN-2 USB GPIO driver (2014-11-10 15:05:49 +0000)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD, GPIO and I2C
> > 
> > ----------------------------------------------------------------
> > Daniel Baluta (1):
> >       gpio: add support for the Diolan DLN-2 USB GPIO driver
> > 
> > Laurentiu Palcu (1):
> >       i2c: add support for Diolan DLN-2 USB-I2C adapter
> > 
> > Octavian Purdila (1):
> >       mfd: Add support for Diolan DLN-2 devices
> > 
> >  drivers/gpio/Kconfig          |  12 +
> >  drivers/gpio/Makefile         |   1 +
> >  drivers/gpio/gpio-dln2.c      | 553 ++++++++++++++++++++++++++++++
> >  drivers/i2c/busses/Kconfig    |  10 +
> >  drivers/i2c/busses/Makefile   |   1 +
> >  drivers/i2c/busses/i2c-dln2.c | 267 +++++++++++++++
> >  drivers/mfd/Kconfig           |  10 +
> >  drivers/mfd/Makefile          |   1 +
> >  drivers/mfd/dln2.c            | 763 ++++++++++++++++++++++++++++++++++++++++++
> >  include/linux/mfd/dln2.h      | 103 ++++++
> >  10 files changed, 1721 insertions(+)
> >  create mode 100644 drivers/gpio/gpio-dln2.c
> >  create mode 100644 drivers/i2c/busses/i2c-dln2.c
> >  create mode 100644 drivers/mfd/dln2.c
> >  create mode 100644 include/linux/mfd/dln2.h
> > 
>
Linus Walleij Nov. 14, 2014, 10:05 a.m. UTC | #3
On Mon, Nov 10, 2014 at 6:43 PM, Lee Jones <lee.jones@linaro.org> wrote:
>> Please don't pull this -- it is missing a patch.
>>
>> Will fix.
>
> Okay, dependency fixed.  Sorry for the fuss.  Pull when ready.

Letting it just sit around unless there are conflicts coming up...
Seems like this can go through MFD alone from the GPIO side
of things.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html