On 2016-02-19 10:18 AM, Saul Wold wrote:
Bruce,

This is  this is a set of patches for 4.1, there is another similar
that I will be sending shortly for 4.4. The only difference between
the 4.1 and 4.4 patch set is 07/07 gpio-pca953x does not apply to 4.4,
the other 6 do

These patches are mostly targeted to Galileo Gen2 and deal with the
SPI/PWN/GPIO devices.


Looks good to me, staging them for a build test here.

Bruce


Sau!

Andy Shevchenko (1):
   gpio: pca953x: provide GPIO base based on _UID

Ismo Puustinen (4):
   acpi: added a custom DSDT file.
   spi-pxa2xx: fixed ACPI-based enumeration of SPI devices.
   adc1x8s102: support ACPI-based enumeration.
   gpio-pca953x: add "drive" property.

Josef Ahmad (1):
   pca9685: PCA9685 PWM and GPIO multi-function device.

Todor Minchev (1):
   staging:iio: add support for ADC1x8s102.

  drivers/gpio/gpio-pca953x.c              |  101 ++-
  drivers/gpio/gpiolib-sysfs.c             |   78 ++
  drivers/gpio/gpiolib.c                   |   18 +
  drivers/gpio/gpiolib.h                   |    7 +-
  drivers/mfd/Kconfig                      |   10 +
  drivers/mfd/Makefile                     |    2 +
  drivers/mfd/pca9685-core.c               |  308 ++++++++
  drivers/mfd/pca9685-gpio.c               |  108 +++
  drivers/mfd/pca9685-pwm.c                |  262 +++++++
  drivers/mfd/pca9685.h                    |  110 +++
  drivers/spi/spi-pxa2xx-pci.c             |    1 +
  drivers/staging/iio/adc/Kconfig          |   13 +
  drivers/staging/iio/adc/Makefile         |    1 +
  drivers/staging/iio/adc/adc1x8s102.c     |  437 +++++++++++
  include/DSDT.hex                         | 1191 ++++++++++++++++++++++++++++++
  include/asm-generic/gpio.h               |    5 +
  include/linux/gpio.h                     |   10 +
  include/linux/gpio/consumer.h            |   11 +
  include/linux/gpio/driver.h              |    2 +
  include/linux/platform_data/adc1x8s102.h |   30 +
  include/linux/platform_data/pca9685.h    |   51 ++
  21 files changed, 2741 insertions(+), 15 deletions(-)
  create mode 100644 drivers/mfd/pca9685-core.c
  create mode 100644 drivers/mfd/pca9685-gpio.c
  create mode 100644 drivers/mfd/pca9685-pwm.c
  create mode 100644 drivers/mfd/pca9685.h
  create mode 100644 drivers/staging/iio/adc/adc1x8s102.c
  create mode 100644 include/DSDT.hex
  create mode 100644 include/linux/platform_data/adc1x8s102.h
  create mode 100644 include/linux/platform_data/pca9685.h


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to