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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 27 Nov 2012 18:30:33 +0530
From:	Naveen Krishna Chatradhi <ch.naveen@...sung.com>
To:	linux-arm-kernel@...ts.infradead.org,
	linux-samsung-soc@...r.kernel.org,
	devicetree-discuss@...ts.ozlabs.org, linux-i2c@...r.kernel.org
Cc:	naveenkrishna.ch@...il.com, kgene.kim@...sung.com,
	grant.likely@...retlab.ca, w.sang@...gutronix.de,
	linux-kernel@...r.kernel.org, taeggyun.ko@...sung.com
Subject: [PATCH 0/3] i2c: Add High speed I2C controller driver for Exynos5

Exynos5 and latter SoCs from Samsung supports High Speed I2C controller.
This patch set adds the controller driver, device tree information for Exynos5
platform and defines gating clocks.

Naveen Krishna Chatradhi (3):
  i2c: exynos5: add High Speed I2C controller driver
  ARM: exynos5: Add gate clocks for HS-I2C
  arm: exynos5: Add HS-I2C device tree platform information

 arch/arm/boot/dts/exynos5250-smdk5250.dts |   16 +
 arch/arm/boot/dts/exynos5250.dtsi         |   32 ++
 arch/arm/mach-exynos/clock-exynos5.c      |   20 +
 drivers/i2c/busses/Kconfig                |    6 +
 drivers/i2c/busses/Makefile               |    1 +
 drivers/i2c/busses/i2c-exynos5.c          |  758 +++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-exynos5.h          |   80 +++
 7 files changed, 913 insertions(+)
 create mode 100644 drivers/i2c/busses/i2c-exynos5.c
 create mode 100644 drivers/i2c/busses/i2c-exynos5.h

-- 
1.7.9.5

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ