Searched +full:iic +full:- +full:emev2 (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/renesas,iic-emev2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas EMMA Mobile EV2 IIC Interface10 - Wolfram Sang <wsa+renesas@sang-engineering.com>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 const: renesas,iic-emev228 clock-names:32 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/interrupt-controller/irq.h>12 compatible = "renesas,emev2";13 interrupt-parent = <&gic>;14 #address-cells = <1>;15 #size-cells = <1>;28 #address-cells = <1>;29 #size-cells = <0>;33 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * I2C driver for the Renesas EMEV2 SoC5 * Copyright (C) 2015 Wolfram Sang <wsa@sang-engineering.com>7 * Copyright 2010-2015 Renesas Electronics Corporation32 #define I2C_OFS_IICF0 0x20 /* IIC flag */77 writeb((readb(priv->base + reg) & ~clear) | set, priv->base + reg); in em_clear_set_bit()85 reinit_completion(&priv->msg_done); in em_i2c_wait_for_event()87 time_left = wait_for_completion_timeout(&priv->msg_done, priv->adap.timeout); in em_i2c_wait_for_event()90 return -ETIMEDOUT; in em_i2c_wait_for_event()92 status = readb(priv->base + I2C_OFS_IICSE0); in em_i2c_wait_for_event()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]