mbox series

[v4,0/3] i2c-omap: Enable i2c-omap driver for AM654 SoCs

Message ID 20181109111412.24777-1-vigneshr@ti.com (mailing list archive)
Headers show
Series i2c-omap: Enable i2c-omap driver for AM654 SoCs | expand

Message

Vignesh Raghavendra Nov. 9, 2018, 11:14 a.m. UTC
Couple of patches to enable i2c-omap driver to be used with TI's new
AM654 platforms.

v4:
Add maintainer tag instead of reviewer in patch 3/3.

v3:
Rebase onto v4.20-rc1
Collect Reviewed-by's on v2
Add a patch to MAINTAINERS for i2c-omap.c

Vignesh R (3):
  dt-bindings: i2c-omap: Add new compatible for AM654 SoCs
  i2c: busses: Kconfig: Enable I2C_OMAP for ARCH_K3
  MAINTAINERS: Add entry for i2c-omap driver

 Documentation/devicetree/bindings/i2c/i2c-omap.txt | 8 ++++++--
 MAINTAINERS                                        | 8 ++++++++
 drivers/i2c/busses/Kconfig                         | 2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

Comments

Wolfram Sang Nov. 9, 2018, 3:58 p.m. UTC | #1
On Fri, Nov 09, 2018 at 04:44:09PM +0530, Vignesh R wrote:
> Couple of patches to enable i2c-omap driver to be used with TI's new
> AM654 platforms.

Applied to for-current, thanks!