lkml.org 
[lkml]   [2014]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/3] i2c: add driver for Amlogic Meson I2C controller
Date
Hi,

this patchset adds a driver for the I2C controller available in
Amlogic Meson SoCs. It has been tested on a Meson8 based board with
the following devices:
- Ricoh RN5T618 PMIC
- NXP PCF8564 RTC

Changes since v2:
- fixed token generation for split reads
- simplified meson_i2c_prepare_xfer()
- added DTS patch

Changes since v1:
- factored common code for token list setup

Beniamino Galvani (3):
i2c: meson: add device tree bindings documentation
i2c: add support for Amlogic Meson I2C controller
ARM: dts: meson: add I2C controller nodes

.../devicetree/bindings/i2c/i2c-meson.txt | 24 +
arch/arm/boot/dts/meson.dtsi | 30 ++
drivers/i2c/busses/Kconfig | 7 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-meson.c | 492 +++++++++++++++++++++
5 files changed, 554 insertions(+)
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-meson.txt
create mode 100644 drivers/i2c/busses/i2c-meson.c

--
1.9.1



\
 
 \ /
  Last update: 2014-11-13 20:41    [W:0.082 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site