messages from 2023-11-21 15:53:46 to 2023-11-24 15:05:57 UTC [more...]
[PATCH v4 00/13] Support Andes PMU extension
2023-11-24 15:05 UTC (27+ messages)
` [PATCH v4 01/13] riscv: errata: Rename defines for Andes
` [PATCH v4 02/13] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v4 03/13] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v4 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v4 05/13] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v4 06/13] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v4 07/13] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v4 08/13] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v4 10/13] dt-bindings: riscv: Add Andes "
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension
` [PATCH v4 12/13] riscv: dts: renesas: Add Andes "
` [PATCH v4 13/13] riscv: andes: Support symbolic FW and HW raw events
[PATCH v2 00/21] pinctrl: Convert struct group_desc to use struct pingroup
2023-11-24 14:47 UTC (27+ messages)
` [PATCH v2 01/21] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v2 02/21] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v2 03/21] pinctrl: equilibrium: Use temporary variable to hold pins
` [PATCH v2 04/21] pinctrl: imx: "
` [PATCH v2 05/21] pinctrl: core: Make pins const in struct group_desc
` [PATCH v2 06/21] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v2 07/21] pinctrl: keembay: "
` [PATCH v2 08/21] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v2 09/21] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v2 10/21] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v2 11/21] pinctrl: mediatek: "
` [PATCH v2 12/21] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v2 13/21] pinctrl: bcm: Convert to use grp member
` [PATCH v2 14/21] pinctrl: equilibrium: "
` [PATCH v2 15/21] pinctrl: imx: "
` [PATCH v2 16/21] pinctrl: ingenic: "
` [PATCH v2 17/21] pinctrl: keembay: "
` [PATCH v2 18/21] pinctrl: mediatek: "
` [PATCH v2 19/21] pinctrl: renesas: "
` [PATCH v2 20/21] pinctrl: starfive: "
` [PATCH v2 21/21] pinctrl: core: Remove unused members from struct group_desc
[PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
2023-11-24 13:33 UTC (2+ messages)
[geert-renesas-drivers:topic/overlays-v6.7-rc1] BUILD SUCCESS 42122ccba299c7adb3271f6e5ff19b3838fc2077
2023-11-24 10:56 UTC
[geert-renesas-drivers:topic/renesas-overlays-v6.7-rc1] BUILD SUCCESS 534f718c7ca1fb9feb60f0876ea59fd1bf10d683
2023-11-24 10:51 UTC
[PATCH] dt-bindings: correct white-spaces in examples
2023-11-24 10:03 UTC (2+ messages)
[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
2023-11-24 9:24 UTC (13+ messages)
` [PATCH 01/14] clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
` [PATCH 02/14] clk: renesas: rzg2l-cpg: Check reset monitor registers
` [PATCH 03/14] clk: renesas: rzg2l-cpg: Add support for MSTOP
` [PATCH 09/14] dt-bindings: net: renesas,etheravb: Document RZ/G3S support
[PATCH] ASoC: dt-bindings: correct white-spaces in examples
2023-11-24 8:38 UTC
[PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
2023-11-24 8:07 UTC (32+ messages)
` [PATCH 03/13] net: ravb: Make write access to CXR35 first before accessing other EMAC registers
` [PATCH 06/13] net: ravb: Let IP specific receive function to interrogate descriptors
` [PATCH 07/13] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH 08/13] net: ravb: Rely on PM domain to enable refclk
` [PATCH 09/13] net: ravb: Make reset controller support mandatory
` [PATCH 10/13] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
` [PATCH 11/13] net: ravb: Use tabs instead of spaces
` [PATCH 12/13] net: ravb: Assert/deassert reset on suspend/resume
` [PATCH 13/13] net: ravb: Add runtime PM support
[RFC] dt-bindings: renesas: Document preferred compatible naming
2023-11-24 8:02 UTC (3+ messages)
[PATCH net v3 0/3] net: rswitch: Fix issues in rswitch_start_xmit()
2023-11-24 2:00 UTC (8+ messages)
` [PATCH net v3 1/3] net: rswitch: Fix type of ret "
` [PATCH net v3 2/3] net: rswitch: Fix return value "
` [PATCH net v3 3/3] net: rswitch: Fix missing dev_kfree_skb_any() in error path
[PATCH] dt-bindings: mmc: renesas,sdhi: Document RZ/Five SoC
2023-11-23 17:18 UTC (2+ messages)
[PATCH net v2] ravb: Fix races between ravb_tx_timeout_work() and net related ops
2023-11-23 17:15 UTC (8+ messages)
[PATCH v1 00/17] pinctrl: Convert struct group_desc to use struct pingroup
2023-11-23 16:09 UTC (24+ messages)
` [PATCH v1 01/17] pinctrl: equilibrium: Convert "
` [PATCH v1 02/17] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v1 03/17] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v1 04/17] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v1 05/17] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v1 06/17] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v1 07/17] pinctrl: mediatek: "
` [PATCH v1 08/17] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v1 09/17] pinctrl: bcm: Convert to use grp member
` [PATCH v1 10/17] pinctrl: equilibrium: "
` [PATCH v1 11/17] pinctrl: imx: "
` [PATCH v1 12/17] pinctrl: ingenic: "
` [PATCH v1 13/17] pinctrl: keembay: "
` [PATCH v1 14/17] pinctrl: mediatek: "
` [PATCH v1 15/17] pinctrl: renesas: "
` [PATCH v1 16/17] pinctrl: starfive: "
` [PATCH v1 17/17] pinctrl: core: Remove unused members from struct group_desc
[PATCH v2] dt-bindings: net: renesas,ethertsn: Add Ethernet TSN
2023-11-23 12:20 UTC (3+ messages)
[net-next v3 0/5] net: ethernet: renesas: rcar_gen4_ptp: Add V4H support
2023-11-23 11:10 UTC (12+ messages)
` [net-next v3 1/5] net: ethernet: renesas: rcar_gen4_ptp: Remove incorrect comment
` [net-next v3 2/5] net: ethernet: renesas: rcar_gen4_ptp: Fail on unknown register layout
` [net-next v3 3/5] net: ethernet: renesas: rcar_gen4_ptp: Prepare for shared "
` [net-next v3 4/5] net: ethernet: renesas: rcar_gen4_ptp: Get clock increment from clock rate
` [net-next v3 5/5] net: ethernet: renesas: rcar_gen4_ptp: Break out to module
[PATCH] arm64: defconfig: Enable Renesas versa3 clock generator config
2023-11-23 9:32 UTC (2+ messages)
[PATCH/LOCAL v2] arm64: renesas: defconfig: Refresh for v6.7-rc1
2023-11-23 9:33 UTC
[PATCH v2] dt-bindings: mfd: ams,as3711: Convert to json-schema
2023-11-23 9:05 UTC (2+ messages)
` (subset) "
[PATCH] dt-bindings: pinctrl: renesas: drop unneeded quotes
2023-11-23 8:49 UTC (3+ messages)
[PATCH v2 0/3] ARM: dts: renesas: r8a7740/armadillo800eva: Add LCD support
2023-11-22 16:12 UTC (4+ messages)
` [PATCH v2 1/3] ARM: shmobile: defconfig: Switch to DRM_SHMOBILE
` [PATCH v2 2/3] ARM: dts: renesas: r8a7740: Add LCDC nodes
` [PATCH v2 3/3] ARM: dts: renesas: armadillo800eva: Add LCD panel
[PATCH/LOCAL] arm64: renesas: defconfig: Refresh for v6.7-rc1
2023-11-22 16:03 UTC
[PATCH] ARM: shmobile: defconfig: Refresh for v6.7-rc1
2023-11-22 16:01 UTC
[vsp-tests] [PATCH v2 1/2] scripts: Fix computation of the total number of tests
2023-11-22 15:46 UTC (5+ messages)
` [vsp-tests] [PATCH v2 2/2] scripts: Take all skipped tests into account
[PATCH] dt-bindings: net: renesas,ethertsn: Add bindings for Ethernet TSN
2023-11-22 15:41 UTC (11+ messages)
[PATCH 0/5] Versa3 clock driver enhancements
2023-11-22 14:23 UTC (6+ messages)
` [PATCH 1/5] clk: versaclock3: Update vc3_get_div() to avoid divide by zero
` [PATCH 2/5] clk: versaclock3: Avoid unnecessary padding
` [PATCH 3/5] clk: versaclock3: Use u8 return type for get_parent() callback
` [PATCH 4/5] clk: versaclock3: Add missing space between ')' and '{'
` [PATCH 5/5] clk: versaclock3: Drop ret variable
[PATCH] riscv: errata: andes: Probe IOCP during boot stage
2023-11-22 9:48 UTC (6+ messages)
rcar-dmac.c: race condition regarding cookie handling?
2023-11-22 7:02 UTC
[RFC PATCH v1 00/19] media: renesas: vsp1: Conversion to subdev active state
2023-11-22 4:30 UTC (20+ messages)
` [RFC PATCH v1 01/19] media: renesas: vsp1: Drop vsp1_entity_get_pad_format() wrapper
` [RFC PATCH v1 02/19] media: renesas: vsp1: Drop vsp1_entity_get_pad_selection() wrapper
` [RFC PATCH v1 03/19] media: renesas: vsp1: Drop vsp1_rwpf_get_crop() wrapper
` [RFC PATCH v1 04/19] media: renesas: vsp1: Drop brx_get_compose() wrapper
` [RFC PATCH v1 05/19] media: renesas: vsp1: Drop custom .get_fmt() handler for histogram
` [RFC PATCH v1 06/19] media: renesas: vsp1: Move partition calculation to vsp1_pipe.c
` [RFC PATCH v1 07/19] media: renesas: vsp1: Simplify partition calculation
` [RFC PATCH v1 08/19] media: renesas: vsp1: Store RPF partition configuration per RPF instance
` [RFC PATCH v1 09/19] media: renesas: vsp1: Pass partition pointer to .configure_partition()
` [RFC PATCH v1 10/19] media: renesas: vsp1: Replace vsp1_partition_window with v4l2_rect
` [RFC PATCH v1 11/19] media: renesas: vsp1: Add and use function to dump a pipeline to the log
` [RFC PATCH v1 12/19] media: renesas: vsp1: Keep the DRM pipeline entities sorted
` [RFC PATCH v1 13/19] media: renesas: vsp1: Compute partitions for DRM pipelines
` [RFC PATCH v1 14/19] media: renesas: vsp1: Get configuration from partition instead of state
` [RFC PATCH v1 15/19] media: renesas: vsp1: Name parameters to entity operations
` [RFC PATCH v1 16/19] media: renesas: vsp1: Pass subdev state "
` [RFC PATCH v1 17/19] media: renesas: vsp1: Initialize control handler after subdev
` [RFC PATCH v1 18/19] media: renesas: vsp1: Switch to V4L2 subdev active state
` [RFC PATCH v1 19/19] media: renesas: vsp1: Rename all v4l2_subdev_state variables to 'state'
[PATCH net v2 0/3] net: rswitch: Fix issues in rswitch_start_xmit()
2023-11-22 3:15 UTC (6+ messages)
` [PATCH net v2 1/3] net: rswitch: Fix type of ret "
` [PATCH net v2 2/3] net: rswitch: Fix return value "
` [PATCH net v2 3/3] net: rswitch: Fix missing dev_kfree_skb_any() in error path
[geert-renesas-devel:renesas-dts-for-v6.8] BUILD SUCCESS 993a207c114e137159c8d255576badfcd9defba8
2023-11-22 3:00 UTC
[geert-renesas-devel:next] BUILD SUCCESS 19c4da034485378938f6251c62d5dfee47e0f8e5
2023-11-22 2:12 UTC
[geert-renesas-devel:master] BUILD SUCCESS cc8b9449ce641fbe55b06b2e8652abf7091bb827
2023-11-22 1:49 UTC
[geert-renesas-drivers:renesas-clk] BUILD SUCCESS 5ab16198b431ca4885dbcc3433527fdf5b66be3c
2023-11-22 1:07 UTC
[PATCH net] net: rswitch: Fix error path in rswitch_start_xmit()
2023-11-21 23:41 UTC (3+ messages)
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