Searched +full:i2c +full:- +full:r8a7791 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/renesas,rcar-i2c.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car I2C Controller10 - Wolfram Sang <wsa+renesas@sang-engineering.com>15 - items:16 - enum:17 - renesas,i2c-r8a7778 # R-Car M1A18 - renesas,i2c-r8a7779 # R-Car H1[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/renesas,rmobile-iic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Mobile I2C Bus Interface (IIC)10 - Wolfram Sang <wsa+renesas@sang-engineering.com>15 - items:16 - enum:17 - renesas,iic-r8a73a4 # R-Mobile APE618 - renesas,iic-r8a7740 # R-Mobile A1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for the Renesas R-Car I2C unit5 * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>6 * Copyright (C) 2011-2019 Renesas Electronics Corporation8 * Copyright (C) 2012-14 Renesas Solutions Corp.11 * This file is based on the drivers/i2c/busses/i2c-sh7760.c12 * (c) 2005-2008 MSC Vertriebsges.m.b.H, Manuel Lauss <mlau@msc-ge.com>18 #include <linux/dma-mapping.h>23 #include <linux/i2c.h>24 #include <linux/i2c-smbus.h>[all …]