messages from 2022-03-29 08:29:59 to 2022-04-01 10:35:57 UTC [more...]
[PATCH v4 00/13] gpiolib: Two new helpers and way toward fwnode
2022-04-01 10:35 UTC (5+ messages)
` [PATCH v4 01/13] gpiolib: Introduce for_each_gpiochip_node() loop helper
` [PATCH v4 02/13] gpiolib: Introduce gpiochip_node_count() helper
` [PATCH v4 03/13] pinctrl: stm32: Replace custom code by gpiochip_node_count() call
` [PATCH v4 04/13] pinctrl: stm32: Switch to use for_each_gpiochip_node() helper
[RFC PATCH] of/platform: Drop static setup of IRQ resource from DT core
2022-04-01 7:41 UTC (3+ messages)
[PATCH v4 0/2] ARM: r9a06g032: add support for the watchdogs
2022-04-01 2:26 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: watchdog: renesas,wdt: Add support for RZ/N1
` [PATCH v4 2/2] watchdog: Add Renesas RZ/N1 Watchdog driver
[PATCH v2 0/2] Add RZ/G2L DSI driver
2022-04-01 0:38 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: Document RZ/G2L MIPI DSI TX bindings
[PATCH v3 00/13] gpiolib: Two new helpers and way toward fwnode
2022-03-31 22:31 UTC (20+ messages)
` [PATCH v3 01/13] gpiolib: Introduce for_each_gpiochip_node() loop helper
` [PATCH v3 02/13] gpiolib: Introduce gpiochip_node_count() helper
` [PATCH v3 03/13] pinctrl: stm32: Replace custom code by gpiochip_node_count() call
` [PATCH v3 04/13] pinctrl: stm32: Switch to use for_each_gpiochip_node() helper
` [PATCH v3 05/13] pinctrl: samsung: "
` [PATCH v3 06/13] pinctrl: renesas: rza1: Replace custom code by gpiochip_node_count() call
` [PATCH v3 07/13] pinctrl: renesas: rza1: Switch to use for_each_gpiochip_node() helper
` [PATCH v3 08/13] pinctrl: npcm7xx: "
` [PATCH v3 09/13] pinctrl: meson: Rename REG_* to MESON_REG_*
` [PATCH v3 10/13] pinctrl: meson: Enable COMPILE_TEST
` [PATCH v3 11/13] pinctrl: meson: Replace custom code by gpiochip_node_count() call
` [PATCH v3 12/13] pinctrl: armada-37xx: Switch to use fwnode instead of of_node
` [PATCH v3 13/13] pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()
[PATCH 1/2] dt-bindings: pinctrl: renesas: Document RZ/G2UL pinctrl
2022-03-31 16:58 UTC (5+ messages)
` [PATCH 2/2] pinctrl: renesas: rzg2l: Add RZ/G2UL support
[PATCH v3 0/7] Add Renesas RZ/G2UL Type-1 {SoC,SMARC EVK} support
2022-03-31 16:43 UTC (20+ messages)
` [PATCH v3 1/7] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/G2UL SoC
` [PATCH v3 2/7] soc: renesas: Identify "
` [PATCH v3 3/7] dt-bindings: clock: Add R9A07G043 CPG Clock and Reset Definitions
` [PATCH v3 5/7] clk: renesas: Add support for RZ/G2UL SoC
` [PATCH v3 6/7] arm64: dts: renesas: Add initial DTSI "
` [PATCH v3 7/7] arm64: dts: renesas: Add initial device tree for RZ/G2UL Type-1 SMARC EVK
[PATCH] i2c: rcar: add SMBus block read support
2022-03-31 16:02 UTC (11+ messages)
` [PATCH v2] "
[PATCH 0/7] Enable Ethernet and SDHI on RZ/G2UL SMARC EVK
2022-03-31 14:16 UTC (12+ messages)
` [PATCH 2/7] arm64: dts: renesas: rzg2ul-smarc: Add scif0 and audio clk pins
` [PATCH 3/7] arm64: dts: renesas: r9a07g043: Add SDHI nodes
` [PATCH 4/7] arm64: dts: renesas: r9a07g043: Add GbEthernet nodes
` [PATCH 5/7] arm64: dts: renesas: rzg2ul-smarc: Enable microSD on SMARC platform
[PATCH v2] arm64: dts: renesas: rzg2lc-smarc: Enable RSPI1 on carrier board
2022-03-31 14:09 UTC (4+ messages)
[PATCH 0/4] Add GPIO,ETHERNET and SDHI Clock/Reset entries for RZ/G2UL
2022-03-31 11:42 UTC (9+ messages)
` [PATCH 1/4] clk: renesas: r9a07g043: Add GPIO clock and reset entries
` [PATCH 2/4] clk: renesas: r9a07g043: Add ethernet clock sources
` [PATCH 3/4] clk: renesas: r9a07g043: Add GbEthernet clock/reset
` [PATCH 4/4] clk: renesas: r9a07g043: Add SDHI clock and reset entries
[PATCH v3 4/7] dt-bindings: clock: renesas: Document RZ/G2UL SoC
2022-03-31 9:45 UTC (2+ messages)
[PATCH] dt-bindings: power: renesas,apmu: Fix cpus property limits
2022-03-31 1:00 UTC (3+ messages)
[geert-renesas-drivers:topic/rcar3-rpc-hf-v1] BUILD SUCCESS 08289ca812c994e6241a08972a55efcdffd4487f
2022-03-30 19:38 UTC
[PATCH v2 00/13] gpiolib: Two new helpers and way toward fwnode
2022-03-30 15:51 UTC (31+ messages)
` [PATCH v2 01/13] gpiolib: Introduce for_each_gpiochip_node() loop helper
` [PATCH v2 02/13] gpiolib: Introduce gpiochip_node_count() helper
` [PATCH v2 03/13] pinctrl: stm32: Replace custom code by gpiochip_node_count() call
` [PATCH v2 04/13] pinctrl: stm32: Switch to use for_each_gpiochip_node() helper
` [PATCH v2 05/13] pinctrl: samsung: "
` [PATCH v2 06/13] pinctrl: renesas: rza1: Replace custom code by gpiochip_node_count() call
` [PATCH v2 07/13] pinctrl: renesas: rza1: Switch to use for_each_gpiochip_node() helper
` [PATCH v2 08/13] pinctrl: npcm7xx: "
` [PATCH v2 09/13] pinctrl: meson: Rename REG_* to MREG_*
` [PATCH v2 10/13] pinctrl: meson: Enable COMPILE_TEST
` [PATCH v2 11/13] pinctrl: meson: Replace custom code by gpiochip_node_count() call
` [PATCH v2 12/13] pinctrl: armada-37xx: Switch to use fwnode instead of of_node
` [PATCH v2 13/13] pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()
[PATCH v2 00/14] Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support
2022-03-30 15:40 UTC (13+ messages)
` [PATCH v2 01/13] dt-bindings: arm: renesas: Document Renesas RZ/V2M SoC and EVK board
` [PATCH v2 02/13] dt-bindings: serial: renesas,em-uart: Document r9a09g011 bindings
` [PATCH v2 03/13] dt-bindings: clock: Add r9a09g011 CPG Clock Definitions
` [PATCH v2 04/13] dt-bindings: clock: renesas,rzg2l: Document RZ/V2M SoC
` [PATCH v2 05/13] serial: 8250: Make SERIAL_8250_EM available for arm64 systems
` [PATCH v2 07/13] clk: renesas: rzg2l: Set HIWORD mask for all mux and dividers
` [PATCH v2 08/13] clk: renesas: rzg2l: Make use of CLK_MON registers optional
` [PATCH v2 09/13] clk: renesas: rzg2l: Add support for RZ/V2M reset monitor reg
` [PATCH v2 10/13] clk: renesas: Add RZ/V2M support using the rzg2l driver
` [PATCH v2 11/13] arm64: defconfig: Enable Renesas RZ/V2M SoC
` [PATCH v2 12/13] arm64: dts: renesas: Add initial DTSI for "
` [PATCH v2 13/13] arm64: dts: renesas: Add initial device tree for RZ/V2M EVK
[PATCH v8 0/1] gpio: add simple logic analyzer using polling
2022-03-30 14:51 UTC (3+ messages)
` [PATCH v8 1/1] gpio: add sloppy "
[PATCH v4 0/9] serial: 8250: dw: RZN1 DMA support
2022-03-30 14:19 UTC (21+ messages)
` [PATCH v4 1/9] serial: 8250: dw: Move definitions to the shared header
` [PATCH v4 2/9] serial: 8250: dw: Use the device API
` [PATCH v4 3/9] serial: 8250: dw: Create a more generic platform data structure
` [PATCH v4 4/9] serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
` [PATCH v4 5/9] serial: 8250: dma: Allow driver operations before starting DMA transfers
` [PATCH v4 6/9] serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
` [PATCH v4 7/9] serial: 8250: dw: Add support for DMA flow controlling devices
` [PATCH v4 8/9] serial: 8250: dw: Improve RZN1 support
` [PATCH v4 9/9] ARM: dts: r9a06g032: Fill the UART DMA properties
[PATCH 0/2] arm64: dts: renesas: r8a77961: improvements from BSP
2022-03-30 10:12 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: renesas: r8a77961: Add i2c aliases
[PATCH 1/2] mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path
2022-03-29 19:31 UTC (4+ messages)
` [PATCH 2/2] spi: "
[PATCH v3 00/10] serial: 8250: dw: RZN1 DMA support
2022-03-29 16:10 UTC (20+ messages)
` [PATCH v3 01/10] serial: 8250: dw: Move the per-device structure
` [PATCH v3 02/10] serial: 8250: dw: Use the device API
` [PATCH v3 03/10] serial: 8250: dw: Change the quirks type to unsigned int
` [PATCH v3 04/10] serial: 8250: dw: Create a more generic platform data structure
` [PATCH v3 05/10] serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
` [PATCH v3 06/10] serial: 8250: dma: Allow driver operations before starting DMA transfers
` [PATCH v3 07/10] serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
` [PATCH v3 08/10] serial: 8250: dw: Add support for DMA flow controlling devices
` [PATCH v3 09/10] serial: 8250: dw: Improve RZN1 support
` [PATCH v3 10/10] ARM: dts: r9a06g032: Fill the UART DMA properties
[PATCH v2 00/10] serial: 8250: dw: RZN1 DMA support
2022-03-29 14:27 UTC (9+ messages)
` [PATCH v2 01/10] serial: 8250: dw: Move the per-device structure
` [PATCH v2 08/10] serial: 8250: dw: Add support for DMA flow controlling devices
[RFC PATCH 0/1] Categorize ARM dts directory
2022-03-29 13:20 UTC (11+ messages)
[PATCH v1 1/5] gpiolib: Introduce gpiochip_count() helper
2022-03-29 12:29 UTC (8+ messages)
` [PATCH v1 2/5] pinctrl: stm32: Replace custom code by gpiochip_count() call
` [PATCH v1 4/5] pinctrl: meson: "
[PATCH 0/5] arm64: dts: renesas: rcar-gen3: Enable HyperFlash support
2022-03-29 12:20 UTC (6+ messages)
` [PATCH 1/5] arm64: dts: renesas: rcar-gen3: Add RPC device nodes
` [PATCH 2/5] arm64: dts: renesas: draak: Add RPC HyperFlash device node
` [PATCH 3/5] arm64: dts: renesas: ebisu: "
` [PATCH 4/5] arm64: dts: renesas: salvator-common: "
` [PATCH 5/5] arm64: dts: renesas: ulcb: "
[PATCH u-boot 0/3] renesas: Fix RPC-IF enablement
2022-03-29 12:19 UTC (4+ messages)
` [PATCH u-boot 1/3] ARM: dts: rmobile: Fix RPC-IF device node names
` [PATCH u-boot 2/3] ARM: renesas: Propagate RPC-IF enablement to subsequent software
` [PATCH/RFC u-boot 3/3] renesas: Fix RPC-IF compatible values
[PATCH TF-A] fix(plat/rcar3): Fix RPC-IF device node name
2022-03-29 12:17 UTC
[PATCH v3] memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual mode
2022-03-29 9:56 UTC (2+ messages)
[PATCH 0/2] pinctrl: renesas: r8a7799[05]: Add RPC pins, groups, and functions
2022-03-29 9:48 UTC (3+ messages)
` [PATCH 1/2] pinctrl: renesas: r8a77990: "
` [PATCH 2/2] pinctrl: renesas: r8a77995: Add QSPI and "
[PATCH 0/2] clk: renesas: r8a7799[05]: Add RPC clocks
2022-03-29 9:44 UTC (3+ messages)
` [PATCH 1/2] clk: renesas: r8a77990: "
` [PATCH 2/2] clk: renesas: r8a77995: "
[PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car H3/M3/E3 support
2022-03-29 9:38 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).