Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1668933

[PATCH 0/3] Add 'external mode' for GPIO-based FSI master

From Jeremy Kerr <jk@ozlabs.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] Add 'external mode' for GPIO-based FSI master
Date 2017-06-19 11:30 +0200
Message-ID <tU1ap-ON-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series (on top of current char-misc-next) implements "external
mode" (ie, support for FSI debug devices) for the GPIO-based FSI master
driver.

We implement this control in the GPIO master driver, as it has the
mapping of raw GPIO pins to fsi control signals, and provides a
mechanism for the kernel to retain exclusive access to those GPIOs.

Cheers,


Jeremy

---
Jeremy Kerr (3):
  fsi: Add fsi_master_rescan()
  fsi/master-gpio: Add locking around gpio operations during break &
    link enable
  fsi/master-gpio: Add external mode

 .../ABI/testing/sysfs-driver-fsi-master-gpio       | 10 +++
 drivers/fsi/fsi-core.c                             |  9 ++-
 drivers/fsi/fsi-master-gpio.c                      | 85 +++++++++++++++++++++-
 drivers/fsi/fsi-master.h                           |  2 +
 4 files changed, 102 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-fsi-master-gpio

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add 'external mode' for GPIO-based FSI master Jeremy Kerr <jk@ozlabs.org> - 2017-06-19 11:30 +0200
  [PATCH 2/3] fsi/master-gpio: Add locking around gpio operations during break & link enable Jeremy Kerr <jk@ozlabs.org> - 2017-06-19 11:30 +0200
  [PATCH 3/3] fsi/master-gpio: Add external mode Jeremy Kerr <jk@ozlabs.org> - 2017-06-19 11:30 +0200

csiph-web