From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 23 Nov 2016 13:28:03 +0100 Subject: [U-Boot] [PATCH u-boot 0/5] Aspeed I2C driver, using Driver Model. In-Reply-To: <1479858976-139210-1-git-send-email-maxims@google.com> References: <1479858976-139210-1-git-send-email-maxims@google.com> Message-ID: <58358B53.5030702@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Maxim, Am 23.11.2016 um 00:56 schrieb maxims at google.com: > From: Maxim Sloyko > > This series of patches is only meant for openbmc/u-boot tree. If this series is not for U-Boot mainline, why do you post this patches on the U-Boot Mailinglist? bye, Heiko > It adds basic support for aspeed i2c. Only single master > mode is supported with synchronous transfer. > > The style is inconsistent with U-Boot style guide in few places, > but follows local style in those files. > > Maxim Sloyko (5): > aspeed/g5: Device Tree for ast2500, copied from openbmc/linux (include > file), plus minimal device tree configuration for ast2500 eval > board. > aspeed: Fixed incosistency in some SCU registers naming. > aspeed: Added function to calculate APB Clock frequency. > aspeed: Added function to configure pins for I2C devices. > aspeed: I2C driver. > > arch/arm/dts/Makefile | 2 + > arch/arm/dts/aspeed-g5-evb.dts | 28 + > arch/arm/dts/aspeed-g5.dtsi | 1278 +++++++++++++++++++++++++++ > arch/arm/include/asm/arch-aspeed/ast_scu.h | 6 + > arch/arm/include/asm/arch-aspeed/regs-scu.h | 73 +- > arch/arm/mach-aspeed/ast-scu.c | 41 +- > drivers/i2c/Kconfig | 7 + > drivers/i2c/Makefile | 1 + > drivers/i2c/ast_i2c.c | 305 +++++++ > drivers/i2c/ast_i2c.h | 143 +++ > 10 files changed, 1851 insertions(+), 33 deletions(-) > create mode 100644 arch/arm/dts/aspeed-g5-evb.dts > create mode 100644 arch/arm/dts/aspeed-g5.dtsi > create mode 100644 drivers/i2c/ast_i2c.c > create mode 100644 drivers/i2c/ast_i2c.h > > -- > 2.8.0.rc3.226.g39d4020 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany