[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191024201302.23376-1-kamel.bouhara@bootlin.com>
Date: Thu, 24 Oct 2019 22:12:57 +0200
From: Kamel Bouhara <kamel.bouhara@...tlin.com>
To: Wolfram Sang <wsa@...-dreams.de>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
linux-arm-kernel@...ts.infradead.org,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
Kamel Bouhara <kamel.bouhara@...tlin.com>
Subject: [PATCH v2 0/5] Add i2c bus recovery support for Atmel SoCs
Some Atmel SoCs actually doesn't support the clear command for recovery.
This patch serie merge the two support for both i2c bus recovery
mechanism (clear command and gpio/pinctrl).
Codrin Ciubotariu (1):
i2c: at91: Send bus clear command if SCL or SDA is down
Kamel Bouhara (4):
dt-bindings: i2c: at91: document optional bus recovery properties
i2c: at91: implement i2c bus recovery
ARM: at91/dt: sama5d3: add i2c gpio pinctrl
ARM: at91/dt: sama5d4: add i2c gpio pinctrl
.../devicetree/bindings/i2c/i2c-at91.txt | 10 +++
arch/arm/boot/dts/sama5d3.dtsi | 33 ++++++-
arch/arm/boot/dts/sama5d4.dtsi | 33 ++++++-
drivers/i2c/busses/i2c-at91-core.c | 8 ++
drivers/i2c/busses/i2c-at91-master.c | 86 +++++++++++++++++++
drivers/i2c/busses/i2c-at91.h | 15 +++-
6 files changed, 178 insertions(+), 7 deletions(-)
--
2.23.0
Powered by blists - more mailing lists