linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-16 20:02:45 to 2024-01-08 08:50:46 UTC [more...]

Patchwork summary for: linux-renesas-soc
 2024-01-08  8:50 UTC 

[PATCH net-next v3 00/19] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2024-01-08  8:23 UTC  (31+ messages)
` [PATCH net-next v3 01/19] net: ravb: Let IP-specific receive function to interrogate descriptors
` [PATCH net-next v3 02/19] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH net-next v3 03/19] net: ravb: Make reset controller support mandatory
` [PATCH net-next v3 04/19] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
` [PATCH net-next v3 05/19] net: ravb: Use tabs instead of spaces
` [PATCH net-next v3 06/19] net: ravb: Assert/de-assert reset on suspend/resume
` [PATCH net-next v3 07/19] net: ravb: Move reference clock enable/disable on runtime PM APIs
` [PATCH net-next v3 08/19] net: ravb: Move the IRQs get and request in the probe function
` [PATCH net-next v3 09/19] net: ravb: Split GTI computation and set operations
` [PATCH net-next v3 10/19] net: ravb: Move delay mode set in the driver's ndo_open API
` [PATCH net-next v3 11/19] net: ravb: Move DBAT configuration to "
` [PATCH net-next v3 12/19] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms
` [PATCH net-next v3 13/19] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH net-next v3 14/19] net: ravb: Simplify ravb_suspend()
` [PATCH net-next v3 15/19] net: ravb: Simplify ravb_resume()
` [PATCH net-next v3 16/19] net: ravb: Keep the reverse order of operations in ravb_close()
` [PATCH net-next v3 17/19] net: ravb: Return cached statistics if the interface is down
` [PATCH net-next v3 18/19] net: ravb: Do not apply RX CSUM settings to hardware "
` [PATCH net-next v3 19/19] net: ravb: Add runtime PM support

[PATCH v4 0/6] PCI: controllers: tidy code up
 2024-01-06  8:42 UTC  (12+ messages)
` [PATCH v4 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops
` [PATCH v4 2/6] PCI: dwc: Rename to .init in struct dw_pcie_ep_ops
` [PATCH v4 3/6] PCI: dwc: Rename to .get_dbi_offset "
` [PATCH v4 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
` [PATCH v4 5/6] PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning
` [PATCH v4 6/6] PCI: rcar-gen4: "

[PATCH net-next] net: fill in MODULE_DESCRIPTION()s for DSA tags
 2024-01-05 16:10 UTC  (8+ messages)

[PATCH v3 0/3] Make IRQ as optional
 2024-01-05 14:53 UTC  (4+ messages)
` [PATCH v3 1/3] rtc: da9063: "
` [PATCH v3 2/3] rtc: da9063: Use device_get_match_data()
` [PATCH v3 3/3] rtc: da9063: Use dev_err_probe()

[PATCH net] MAINTAINERS: I don't want to review Renesas Ethernet Switch driver
 2024-01-05 14:14 UTC  (11+ messages)

[PATCH] phy: renesas: rcar-gen3-usb2: Fix returning wrong error code
 2024-01-05 10:25 UTC  (2+ messages)

[PATCH] media: v4l: async: Fix double pointer free on v4l2_async_unregister_subdev()
 2024-01-05  9:03 UTC  (5+ messages)

[PATCH 0/6] Add DA9062 PMIC and built-in RTC support for RZ/G2UL SMARC EVK
 2024-01-04 19:31 UTC  (11+ messages)
` [PATCH 3/6] rtc: da9063: Use dev_err_probe()

[PATCH v3 0/3] Add missing port pins for RZ/Five SoC
 2024-01-04 16:24 UTC  (7+ messages)
` [PATCH v3 1/3] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro

[PATCH v15 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support
 2024-01-04 14:34 UTC  (14+ messages)
` [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

[PATCH v2] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
 2024-01-04 11:04 UTC  (3+ messages)

[PATCH] drm: renesas: rcar-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()
 2024-01-04 11:01 UTC  (3+ messages)

[PATCH v4 0/1] net: ravb: fixes for the ravb driver
 2024-01-04 11:00 UTC  (3+ messages)
` [PATCH v4 1/1] net: ravb: Wait for operating mode to be applied

[PATCH net 0/5] Fix missing PHY-to-MAC RX clock
 2024-01-04  8:01 UTC  (10+ messages)
` [PATCH net 1/5] net: phy: add PHY_F_RXC_ALWAYS_ON to PHY dev flags
` [PATCH net 2/5] net: phy: add rxc_always_on flag to phylink_pcs
` [PATCH net 3/5] net: stmmac: Signal to PHY/PCS drivers to keep RX clock on
` [PATCH net 4/5] net: phy: at803x: Avoid hibernating if MAC requires RX clock
` [PATCH net 5/5] net: pcs: rzn1-miic: Init RX clock early if MAC requires it

[PATCH v2 00/11] renesas: rzg3s: Add support for Ethernet
 2024-01-02 22:40 UTC  (4+ messages)
` [PATCH v2 08/11] dt-bindings: net: renesas,etheravb: Document RZ/G3S support

[PATCH net v3 0/1] net: ravb: fixes for the ravb driver
 2024-01-02 18:43 UTC  (3+ messages)
` [PATCH net v3 1/1] net: ravb: Wait for operating mode to be applied

[geert-renesas-devel:master] BUILD SUCCESS a5f44a51122cca65e76ee781cb32563b4799438e
 2024-01-02 12:31 UTC 

[PATCH net v2 0/1] net: ravb: fixes for the ravb driver
 2024-01-01 20:49 UTC  (9+ messages)
` [PATCH net v2 1/1] net: ravb: Wait for operation mode to be applied

[geert-renesas-drivers:master] BUILD SUCCESS f081482e9dfd1864319ab056672d12071d941770
 2023-12-27 16:18 UTC 

[PATCH] arm64: dts: renesas: rzg3s-smarc: Add gpio keys
 2023-12-27 13:08 UTC 

renesas-drivers-2023-12-26-v6.7-rc7
 2023-12-26 15:17 UTC 

[PATCH v6 00/16] Support Andes PMU extension
 2023-12-26  2:59 UTC  (19+ messages)
` [PATCH v6 01/16] riscv: errata: Rename defines for Andes
` [PATCH v6 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v6 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v6 04/16] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v6 05/16] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v6 06/16] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v6 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v6 08/16] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [PATCH v6 09/16] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v6 10/16] dt-bindings: riscv: Add Andes "
` [PATCH v6 11/16] riscv: dts: allwinner: Add T-Head PMU extension for sun20i-d1s
` [PATCH v6 12/16] riscv: dts: sophgo: Add T-Head PMU extension for cv1800b
` [PATCH v6 13/16] riscv: dts: sophgo: Add T-Head PMU extension for sg2042
` [PATCH v6 14/16] riscv: dts: thead: Add T-Head PMU extension for th1520
` [PATCH v6 15/16] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f
` [PATCH v6 16/16] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH v17 0/4] Add support for RZ/G2L GPT
 2023-12-25 18:29 UTC  (3+ messages)
` [PATCH v17 4/4] pwm: rzg2l-gpt: Add support for gpt linking with poeg

[geert-renesas-devel:master] BUILD SUCCESS db69966489aabddb179fc8aced341e2a4283c272
 2023-12-25 17:34 UTC 

renesas/master ltp-ipc: 7 runs, 1 regressions (renesas-devel-2023-12-24-v6.7-rc7)
 2023-12-24 13:02 UTC 

[PATCH net-next v2 00/21] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2023-12-21 19:54 UTC  (43+ messages)
` [PATCH net-next v2 08/21] net: ravb: Move the IRQs get and request in the probe function
` [PATCH net-next v2 09/21] net: ravb: Split GTI computation and set operations
` [PATCH net-next v2 10/21] net: ravb: Move delay mode set in the driver's ndo_open API
` [PATCH net-next v2 11/21] net: ravb: Move DBAT configuration to "
` [PATCH net-next v2 13/21] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH net-next v2 17/21] net: ravb: Keep clock request operations grouped together
` [PATCH net-next v2 18/21] net: ravb: Return cached statistics if the interface is down
` [PATCH net-next v2 19/21] net: ravb: Do not set promiscuous mode "
` [PATCH net-next v2 20/21] net: ravb: Do not apply RX CSUM settings to hardware "
` [PATCH net-next v2 21/21] net: ravb: Add runtime PM support

[PATCH v6 0/8] Convert DA906{1,2} bindings to json-schema
 2023-12-21 14:33 UTC  (3+ messages)

[PATCH v5 0/4] drivers: clk: renesas: ignore all clocks which are assigned to non-Linux system
 2023-12-20 22:18 UTC  (6+ messages)
` [PATCH v5 1/4] of: add __of_device_is_status() and makes more generic status check
` [PATCH v5 2/4] of: add of_get_next_status_child() and makes more generic of_get_next
` [PATCH v5 3/4] of: add for_each_reserved_child_of_node()
` [PATCH v5 4/4] drivers: clk: renesas: ignore all clocks which are assigned to non-Linux system

[PATCH net 0/2] net: ravb: fixes for the ravb driver
 2023-12-20 11:27 UTC  (6+ messages)
` [PATCH net 1/2] net: ravb: Wait for operation mode to be applied

[PATCH v3 0/6] PCI: controllers: tidy code up
 2023-12-20  5:10 UTC  (8+ messages)
` [PATCH v3 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers

[PATCH v5 0/8] Convert DA906{1,2} bindings to json-schema
 2023-12-19 18:10 UTC  (3+ messages)
` [PATCH v5 6/8] dt-bindings: thermal: Convert da906{1,2} thermal "

[geert-renesas-devel:master] BUILD SUCCESS b68ca22afe86db36f59f8bfe7b72b5fbda26187b
 2023-12-19 18:01 UTC 

[PATCH v2 0/2] i2c: rcar: add support for Gen4 devices
 2023-12-19 12:42 UTC  (2+ messages)

[PATCH v2 0/3] i2c: create debugfs entry per adapter
 2023-12-19 12:42 UTC  (2+ messages)

[PATCH v5 00/16] Support Andes PMU extension
 2023-12-19  7:43 UTC  (5+ messages)
` [PATCH v5 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number

[PATCH v2 0/4] Add polling support for DA9063 onkey driver
 2023-12-19  1:52 UTC  (9+ messages)
` [PATCH v2 1/4] Input: da9063 - Simplify obtaining OF match data
` [PATCH v2 2/4] Input: da9063 - Drop redundant prints in probe()
` [PATCH v2 3/4] Input: da9063 - Use dev_err_probe()
` [PATCH v2 4/4] Input: da9063 - Add polling support

renesas/master baseline-nfs: 21 runs, 1 regressions (renesas-devel-2023-12-18-v6.7-rc6)
 2023-12-18 22:33 UTC 

[GIT PULL] pinctrl: renesas: Updates for v6.8 (take two)
 2023-12-18 14:06 UTC  (2+ messages)

[PATCH v5 00/13] pinctrl: Convert struct group_desc to use struct pingroup
 2023-12-18 11:43 UTC  (6+ messages)
` [PATCH v5 03/13] pinctrl: ingenic: Use C99 initializers in PINCTRL_PIN_GROUP()

[PATCH 0/5] Versa3 clock driver enhancements
 2023-12-17 23:58 UTC  (11+ 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 v3 1/4] dt-bindings: clk: rs9: Add 9FGV0841
 2023-12-17 23:29 UTC  (8+ messages)
` [PATCH v3 2/4] clk: rs9: Limit check to vendor ID in VID register
` [PATCH v3 3/4] clk: rs9: Replace model check with bitshift from chip data
` [PATCH v3 4/4] clk: rs9: Add support for 9FGV0841

[PATCH] clk: rs9: Fix DIF OEn bit placement on 9FGV0241
 2023-12-17 22:10 UTC  (2+ messages)

[GIT PULL] clk: renesas: Updates for v6.8 (take two)
 2023-12-17  0:38 UTC  (2+ messages)


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).