public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 0/8] Basic support for IOT2000 devices
@ 2017-08-30 18:52 Jan Kiszka
  2017-08-30 18:52 ` [cip-dev] [PATCH 1/8] stmmac: Add support for SIMATIC IOT2000 platform Jan Kiszka
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Jan Kiszka @ 2017-08-30 18:52 UTC (permalink / raw)
  To: cip-dev

This is the first of 3 chunks to enable the CIP kernel for the IOT2000
devices. It has the side effect of improving also the support of the
by now discontinued Galileo Gen 2 board.

Features added:
 - Ethernet MACs on IOT2000
 - TI ADC108S102 on IOT2000 and Galileo
 - I2C frequency tuning on IOT2000
 - GPIO support for pca9685 PWMs on IOT2000 and Galileo
 - interrupt support for PCAL9535 on IOT2000 and Galileo

Jan

Alison Schofield (1):
  iio: core: implement iio_device_{claim|release}_direct_mode()

Jan Kiszka (4):
  stmmac: Add support for SIMATIC IOT2000 platform
  iio: adc: Add support for TI ADC108S102 and ADC128S102
  mfd: intel_quark_i2c_gpio: Use dmi_system_id table for retrieving
    frequency
  mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform

Mika Westerberg (1):
  pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO

Sven Van Asbroeck (1):
  pwm: pca9685: Fix GPIO-only operation

Yong Li (1):
  gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

 .../devicetree/bindings/iio/adc/ti-adc108s102.txt  |  18 ++
 drivers/gpio/gpio-pca953x.c                        |  42 ++-
 drivers/iio/adc/Kconfig                            |  12 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/ti-adc108s102.c                    | 348 +++++++++++++++++++++
 drivers/iio/industrialio-core.c                    |  39 +++
 drivers/mfd/intel_quark_i2c_gpio.c                 |  49 +--
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |  26 +-
 drivers/pwm/pwm-pca9685.c                          | 248 +++++++++++++--
 include/linux/iio/iio.h                            |   2 +
 10 files changed, 743 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc108s102.txt
 create mode 100644 drivers/iio/adc/ti-adc108s102.c

-- 
2.12.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-09-14 15:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 18:52 [cip-dev] [PATCH 0/8] Basic support for IOT2000 devices Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 1/8] stmmac: Add support for SIMATIC IOT2000 platform Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 2/8] iio: core: implement iio_device_{claim|release}_direct_mode() Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 3/8] iio: adc: Add support for TI ADC108S102 and ADC128S102 Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 4/8] mfd: intel_quark_i2c_gpio: Use dmi_system_id table for retrieving frequency Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 5/8] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 6/8] pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO Jan Kiszka
2017-09-14 15:55   ` Ben Hutchings
2017-08-30 18:52 ` [cip-dev] [PATCH 7/8] pwm: pca9685: Fix GPIO-only operation Jan Kiszka
2017-08-30 18:52 ` [cip-dev] [PATCH 8/8] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2 Jan Kiszka
2017-09-14 15:55 ` [cip-dev] [PATCH 0/8] Basic support for IOT2000 devices Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox