mbox

[PULL,REQUEST] i2c for mfd for 4.4

Message ID 20151026143802.GA6946@katana
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/quark-for-mfd

Message

Wolfram Sang Oct. 26, 2015, 2:38 p.m. UTC
Lee,

these are the MFD patches I picked up via I2C. Tagged as
quark-for-mfd-151026.

Thanks,

   Wolfram


The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:

  Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/quark-for-mfd

for you to fetch changes up to 40d8edc9bf056ea83e50152a4ccd33048d26ccde:

  at24: enable ACPI device found on Galileo Gen2 (2015-10-26 15:25:56 +0100)

----------------------------------------------------------------
Andy Shevchenko (4):
      mfd: core: redo ACPI matching of the children devices
      mfd: intel_quark_i2c_gpio: load gpio driver first
      mfd: intel_quark_i2c_gpio: support devices behind i2c bus
      at24: enable ACPI device found on Galileo Gen2

 Documentation/acpi/enumeration.txt | 11 +++++---
 drivers/mfd/intel_quark_i2c_gpio.c | 33 ++++++++++++++++--------
 drivers/mfd/mfd-core.c             | 52 ++++++++++++++++++++++++++------------
 drivers/misc/eeprom/at24.c         | 22 +++++++++++++---
 include/linux/mfd/core.h           | 10 ++++++--
 5 files changed, 94 insertions(+), 34 deletions(-)

Comments

Lee Jones Oct. 26, 2015, 2:45 p.m. UTC | #1
Hi Wolfram,

> these are the MFD patches I picked up via I2C. Tagged as
> quark-for-mfd-151026.

Perfect.  Pulled, thanks.

> The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:
> 
>   Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/quark-for-mfd
> 
> for you to fetch changes up to 40d8edc9bf056ea83e50152a4ccd33048d26ccde:
> 
>   at24: enable ACPI device found on Galileo Gen2 (2015-10-26 15:25:56 +0100)
> 
> ----------------------------------------------------------------
> Andy Shevchenko (4):
>       mfd: core: redo ACPI matching of the children devices
>       mfd: intel_quark_i2c_gpio: load gpio driver first
>       mfd: intel_quark_i2c_gpio: support devices behind i2c bus
>       at24: enable ACPI device found on Galileo Gen2
> 
>  Documentation/acpi/enumeration.txt | 11 +++++---
>  drivers/mfd/intel_quark_i2c_gpio.c | 33 ++++++++++++++++--------
>  drivers/mfd/mfd-core.c             | 52 ++++++++++++++++++++++++++------------
>  drivers/misc/eeprom/at24.c         | 22 +++++++++++++---
>  include/linux/mfd/core.h           | 10 ++++++--
>  5 files changed, 94 insertions(+), 34 deletions(-)