public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: jan.kiszka@siemens.com (Jan Kiszka)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 0/8] Basic support for IOT2000 devices
Date: Wed, 30 Aug 2017 20:52:27 +0200	[thread overview]
Message-ID: <cover.1504119155.git.jan.kiszka@siemens.com> (raw)

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

             reply	other threads:[~2017-08-30 18:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 18:52 Jan Kiszka [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1504119155.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox