[linux-yocto] [PATCH 00/19 v2] Galileo patches that are upstreamed or pending

Saul Wold sgw at linux.intel.com
Mon Feb 8 14:10:09 PST 2016


Bruce,

I am refactoring the large patchset I sent earlier, this includes just the
patches that have upstream commits, I have already sent one general iio, 
these are More galileo specific.

These should all have the upstream commit info in them.  These are all for
the 4.1 linux-yocto, I will send another series for the 4.4 branch tomorrow.

Thanks

Sau!

Andy Shevchenko (7):
  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
  gpio: pca953x: store driver_data for future use
  gpio: pca953x: support ACPI devices found on Galileo Gen2
  at24: enable ACPI device found on Galileo Gen2
  pwm-pca9685: enable ACPI device found on Galileo Gen2

Hanjun Guo (1):
  GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module
    use

Jan Luebbe (1):
  i2c: core: only use set_scl for bus recovery after calling
    prepare_recovery

Jarkko Nikula (1):
  i2c: core: Reduce stack size of acpi_i2c_space_handler()

Mika Westerberg (5):
  i2c / ACPI: Use 0 to indicate that device does not have interrupt
    assigned
  i2c / ACPI: Assign IRQ for devices that have GpioInt automatically
  gpio / ACPI: Add support for retrieving GpioInt resources from a
    device
  gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found
  i2c / ACPI: Rework I2C device scanning

Shailendra Verma (1):
  i2c: core: fix typo in comment

Vladimir Zapolskiy (1):
  i2c: fix leaked device refcount on of_find_i2c_* error path

Wolfram Sang (2):
  i2c: slave: add error messages to slave core
  i2c: check for proper length of the reg property

 Documentation/acpi/enumeration.txt |  11 ++-
 drivers/gpio/gpio-pca953x.c        |  36 ++++++--
 drivers/gpio/gpiolib-acpi.c        |  40 ++++++++-
 drivers/i2c/i2c-core.c             | 179 +++++++++++++++++++++++++------------
 drivers/mfd/intel_quark_i2c_gpio.c |  33 ++++---
 drivers/mfd/mfd-core.c             |  52 +++++++----
 drivers/misc/eeprom/at24.c         |  22 ++++-
 drivers/pwm/Kconfig                |   2 +-
 drivers/pwm/pwm-pca9685.c          |  20 ++++-
 include/linux/acpi.h               |   7 ++
 include/linux/mfd/core.h           |  10 ++-
 11 files changed, 306 insertions(+), 106 deletions(-)

-- 
2.5.0



More information about the linux-yocto mailing list