On Wed, 2016-02-17 at 11:25 -0500, Bruce Ashfield wrote: > On 16-02-16 05:01 PM, 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. > > At a glance, the patches seem reasonable, but I can't say that I know > if there are any other users of those same devices. In the linux- > yocto > context, I doubt very much that there are any other users. > > I made some minor comments on the way through the series. > > One other comment is that your Signed-off-by: isn't on the patches. > Since you've handled them, and know their source, it is worth adding > your name to the Sign offs. > Yeah, agreed, I will add them for a v2 set once I get the updated commit messages from Ismo who as been doing most of the legwork on tracking the source of these patches.
Sau! > > > > If we need to put these in a Galiloe branch vs standard/base, let > > me know how to proceed. > > We'd only need a BSP branch, if there turns out to be any conflicts > with other users. > > I'm willing to keep it simple and just use standard/base and deal > with > any runtime issues if they pop up. > > 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 [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
