lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1410905277-22172-1-git-send-email-b.galvani@gmail.com> Date: Wed, 17 Sep 2014 00:07:55 +0200 From: Beniamino Galvani <b.galvani@...il.com> To: Wolfram Sang <wsa@...-dreams.de> Cc: Carlo Caione <carlo@...one.org>, Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, Grant Likely <grant.likely@...aro.org>, linux-i2c@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, devicetree@...r.kernel.org, Beniamino Galvani <b.galvani@...il.com> Subject: [PATCH 0/2] Amlogic Meson I2C driver Hi, this series adds a driver for the I2C controller found on Amlogic Meson SoCs. It has been tested on a Tronsmart Vega S89 TV Box, which is based on a Meson8 core, but should work also on Meson6 devices. A patchset adding support for these SoCs was submitted some days ago and can be found here: http://thread.gmane.org/gmane.linux.ports.arm.kernel/356685 Beniamino Galvani (2): i2c: add support for Amlogic Meson I2C controller i2c: meson: add device tree bindings documentation .../devicetree/bindings/i2c/i2c-meson.txt | 24 + drivers/i2c/busses/Kconfig | 7 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-meson.c | 500 +++++++++++++++++++++ 4 files changed, 532 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-meson.txt create mode 100644 drivers/i2c/busses/i2c-meson.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists