All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/5] AM437x: HDQ/1wire protocol
@ 2014-05-08  6:00 ` Sourav Poddar
  0 siblings, 0 replies; 16+ messages in thread
From: Sourav Poddar @ 2014-05-08  6:00 UTC (permalink / raw)
  To: zbr, tony, michael.opdenacker, wsa, paul, bcousson
  Cc: linux-omap, linux-arm-kernel, nsekhar, balbi, Sourav Poddar

This series adds support for HDQ/1w protocol driver for
am43x epos evm where it can be used for measuring the
temperature of a slave device connected to a particular header.

Tested the patch series on AM437x, hdq master and slave devices are
getting registered and interrupts are getting triggered for break and tx
conditions. 

v1->v2:
cleaned up "hdq_disable_interrupt" api.

Sourav Poddar (5):
  drivers: w1: omap_hdq: cleanup and bug fixes.
  w1: omap_hdq: Add compatible property for omap hdq driver.
  arm: mach-omap2: selective device build from the platform code.
  arm: dts: am4372: Add hdq device tree data.
  arm: hwmod: am437x: Add hwmod data for hdq1w.

 .../devicetree/bindings/hdq1w/omap_hdq.txt         |   20 +++++
 arch/arm/boot/dts/am4372.dtsi                      |   10 +++
 arch/arm/boot/dts/am43x-epos-evm.dts               |   12 +++
 arch/arm/mach-omap2/hdq1w.c                        |    2 +
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         |   36 ++++++++
 arch/arm/mach-omap2/prcm43xx.h                     |    1 +
 drivers/w1/masters/omap_hdq.c                      |   93 ++++++++++++++++----
 7 files changed, 157 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hdq1w/omap_hdq.txt

-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-14 21:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  6:00 [PATCHv2 0/5] AM437x: HDQ/1wire protocol Sourav Poddar
2014-05-08  6:00 ` Sourav Poddar
2014-05-08  6:00 ` [PATCHv2 1/5] drivers: w1: omap_hdq: cleanup and bug fixes Sourav Poddar
2014-05-08  6:00   ` Sourav Poddar
2014-05-08  6:00 ` [PATCHv2 2/5] w1: omap_hdq: Add compatible property for omap hdq driver Sourav Poddar
2014-05-08  6:00   ` Sourav Poddar
2014-05-08  6:00 ` [PATCHv2 3/5] arm: omap2: skip device build from platform code for dt Sourav Poddar
2014-05-08  6:00   ` Sourav Poddar
2014-05-14 21:43   ` Tony Lindgren
2014-05-14 21:43     ` Tony Lindgren
2014-05-08  6:00 ` [PATCHv2 4/5] arm: dts: am4372: Add hdq device tree data Sourav Poddar
2014-05-08  6:00   ` Sourav Poddar
2014-05-14 21:43   ` Tony Lindgren
2014-05-14 21:43     ` Tony Lindgren
2014-05-08  6:00 ` [PATCHv2 5/5] arm: hwmod: am437x: Add hwmod data for hdq1w Sourav Poddar
2014-05-08  6:00   ` Sourav Poddar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.