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-prev] [day] [month] [year] [list]
Message-ID: <HK0PR06MB33809183FDC48BAC994CB20FF2F89@HK0PR06MB3380.apcprd06.prod.outlook.com>
Date:   Mon, 25 Apr 2022 09:00:38 +0000
From:   Ryan Chen <ryan_chen@...eedtech.com>
To:     Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>, Joel Stanley <joel@....id.au>,
        Andrew Jeffery <andrew@...id.au>,
        "linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:     BMC-SW <BMC-SW@...eedtech.com>
Subject: RE: [PATCH v2 0/3] Add ASPEED AST2600 I2C new controller driver

Hello Joel, Andrew,
	Will you have available review this patch series?

Ryan

> -----Original Message-----
> From: Ryan Chen <ryan_chen@...eedtech.com>
> Sent: Wednesday, April 13, 2022 6:18 PM
> To: Ryan Chen <ryan_chen@...eedtech.com>; Michael Turquette
> <mturquette@...libre.com>; Stephen Boyd <sboyd@...nel.org>; Joel Stanley
> <joel@....id.au>; Andrew Jeffery <andrew@...id.au>;
> linux-clk@...r.kernel.org; linux-kernel@...r.kernel.org
> Cc: BMC-SW <BMC-SW@...eedtech.com>
> Subject: [PATCH v2 0/3] Add ASPEED AST2600 I2C new controller driver
> 
> This series add AST2600 i2c new register set driver. The i2c new register set
> have new clock divider option for more flexiable generation.
> And also have separate i2c master and slave register set for control.
> 
> v2:
> -add i2c global ymal file commit
> -rename file name from new to ast2600.
>  aspeed-i2c-new-global.c -> i2c-ast2600-global.c  aspeed-i2c-new-global.h ->
> i2c-ast2600-global.h  i2c-new-aspeed.c -> i2c-ast2600.c -rename all driver
> function name to ast2600
> 
> ryan_chen (3):
>   dt-bindings: i2c-ast2600: Add bindings for AST2600 i2C global register
>     controller
>   dt-bindings: i2c-ast2600: Add bindings for AST2600 i2C driver
>   i2c:aspeed:support ast2600 i2c new register mode driver
> 
>  .../i2c/aspeed,i2c-ast2600-global.ymal        |   44 +
>  .../bindings/i2c/aspeed,i2c-ast2600.ymal      |   78 +
>  drivers/i2c/busses/Kconfig                    |   11 +
>  drivers/i2c/busses/Makefile                   |    1 +
>  drivers/i2c/busses/i2c-ast2600-global.c       |   94 +
>  drivers/i2c/busses/i2c-ast2600-global.h       |   19 +
>  drivers/i2c/busses/i2c-ast2600.c              | 1706 +++++++++++++++++
>  7 files changed, 1953 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/i2c/aspeed,i2c-ast2600-global.ymal
>  create mode 100644
> Documentation/devicetree/bindings/i2c/aspeed,i2c-ast2600.ymal
>  create mode 100644 drivers/i2c/busses/i2c-ast2600-global.c
>  create mode 100644 drivers/i2c/busses/i2c-ast2600-global.h
>  create mode 100644 drivers/i2c/busses/i2c-ast2600.c
> 
> --
> 2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ