linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 13:38:16 to 2023-04-13 10:07:01 UTC [more...]

[PATCH] gpio: aggregator: Add interrupt support
 2023-04-13 10:06 UTC  (4+ messages)

[PATCH v7 00/17] Add RCar DU lib support
 2023-04-13  9:50 UTC  (20+ messages)
` [PATCH v7 01/17] drm: rcar-du: Add encoder "
` [PATCH v7 02/17] drm: rcar-du: Add kms "
` [PATCH v7 03/17] drm: rcar-du: Add vsp "
` [PATCH v7 04/17] drm: rcar-du: Move rcar_du_vsp_atomic_begin()
` [PATCH v7 05/17] drm: rcar-du: Move rcar_du_vsp_atomic_flush()
` [PATCH v7 06/17] drm: rcar-du: Move rcar_du_vsp_{map,unmap}_fb()
` [PATCH v7 07/17] drm: rcar-du: Move rcar_du_dumb_create()
` [PATCH v7 08/17] drm: rcar-du: Move rcar_du_gem_prime_import_sg_table()
` [PATCH v7 09/17] drm: rcar-du: Add rcar_du_lib_vsp_init()
` [PATCH v7 10/17] drm: rcar-du: Move rcar_du_vsp_plane_prepare_fb()
` [PATCH v7 11/17] drm: rcar-du: Move rcar_du_vsp_plane_cleanup_fb()
` [PATCH v7 12/17] drm: rcar-du: Move rcar_du_vsp_plane_atomic_update()
` [PATCH v7 13/17] drm: rcar-du: Add rcar_du_lib_fb_create()
` [PATCH v7 14/17] drm: rcar-du: Add rcar_du_lib_mode_cfg_helper_get()
` [PATCH v7 15/17] drm: rcar-du: Move rcar_du_encoders_init()
` [PATCH v7 16/17] drm: rcar-du: Move rcar_du_properties_init()
` [PATCH v7 17/17] drm: rcar-du: Add rcar_du_lib_vsps_init()

[PATCH v4 2/3] drivers: clk: Add support for versa3 clock driver
 2023-04-13  7:22 UTC  (5+ messages)

[PATCH v8 0/7] Add non-coherent DMA support for AX45MP
 2023-04-13  7:06 UTC  (12+ messages)
` [PATCH v8 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v8 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v8 3/7] riscv: errata: Add Andes alternative ports
` [PATCH v8 4/7] dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller
` [PATCH v8 5/7] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v8 6/7] riscv: errata: Hookup the Andes AX45MP non-coherent handling
` [PATCH v8 7/7] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[PATCH 0/2] RZ/V2L: Add CRU, CSI support
 2023-04-12 18:56 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r9a07g054: Add CSI and CRU nodes
` [PATCH 2/2] arm64: dts: renesas: rzv2l-smarc: Enable CRU, CSI support

[PATCH v7 0/8] Add RZ/{G2L,G2LC} and RZ/V2L DU support
 2023-04-12 15:27 UTC  (10+ messages)
` [PATCH v7 1/8] dt-bindings: display: Document Renesas RZ/G2L DU bindings
` [PATCH v7 2/8] dt-bindings: display: renesas,rzg2l-du: Document RZ/V2L "
` [PATCH v7 3/8] drm: rcar-du: Add RZ/G2L DU Support
` [PATCH v7 4/8] drm: rzg2l-du: Add RZ/V2L "
` [PATCH v7 5/8] arm64: dts: renesas: r9a07g044: Add DU node
` [PATCH v7 6/8] arm64: dts: renesas: r9a07g054: "
` [PATCH v7 7/8] arm64: dts: renesas: rzg2l-smarc: Enable DU and link with DSI
` [PATCH v7 8/8] arm64: dts: renesas: rzg2lc-smarc: "

[PATCH v3 0/5] RZ/G2L DMAC enhancements
 2023-04-12 15:24 UTC  (6+ messages)
` [PATCH v3 1/5] dmaengine: sh: rz-dmac: Add rz_dmac_invalidate_lmdesc()
` [PATCH v3 2/5] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v3 3/5] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
` [PATCH v3 4/5] dmaengine: sh: rz-dmac: Trivial code clean-ups
` [PATCH v3 5/5] dmaengine: sh: rz-dmac: rz_dmac_prepare_descs_for_slave_sg() improvements

[PATCH v4 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support
 2023-04-12 14:50 UTC  (6+ messages)
` [PATCH v4 1/5] tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support
` [PATCH v4 2/5] tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support
` [PATCH v4 3/5] tty: serial: sh-sci: Fix TE setting on SCI IP
` [PATCH v4 4/5] tty: serial: sh-sci: Add support for tx end interrupt handling
` [PATCH v4 5/5] tty: serial: sh-sci: Fix end of transmission on SCI

Słowa kluczowe do wypozycjonowania
 2023-04-12  7:36 UTC 

[PATCH v3 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support
 2023-04-12  7:38 UTC  (3+ messages)
` [PATCH v3 3/5] tty: serial: sh-sci: Fix TE setting on SCI IP

[PATCH v2 0/5] RZ/G2L DMAC enhancements
 2023-04-12  7:29 UTC  (6+ messages)
` [PATCH v2 1/5] dmaengine: sh: rz-dmac: Add rz_dmac_invalidate_lmdesc()
` [PATCH v2 2/5] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v2 4/5] dmaengine: sh: rz-dmac: Trivial code clean-ups
` [PATCH v2 5/5] dmaengine: sh: rz-dmac: rz_dmac_prepare_descs_for_slave_sg() improvements

[PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler
 2023-04-12  6:52 UTC  (8+ messages)

[PATCH v12] PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction
 2023-04-12  6:34 UTC 

[PATCH v11 00/13] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-04-12  5:22 UTC  (4+ messages)
` [PATCH v11 02/13] PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction

[PATCH v3] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 13:43 UTC  (2+ messages)

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-04-11 13:09 UTC  (43+ messages)
` [PATCH v3 21/65] clk: davinci: da8xx-cfgchip: Add a determine_rate hook
` [PATCH v3 22/65] "
` [PATCH v3 28/65] clk: renesas: r9a06g032: "
` [PATCH v3 34/65] clk: ux500: prcmu: "
` [PATCH v3 36/65] clk: versatile: sp810: "
` [PATCH v3 43/65] ASoC: tlv320aic32x4: "
` [PATCH v3 46/65] clk: at91: smd: Switch to determine_rate
` [PATCH v3 47/65] clk: axi-clkgen: "
` [PATCH v3 48/65] clk: cdce706: divider: "
` [PATCH v3 49/65] clk: cdce706: clkout: "
` [PATCH v3 50/65] clk: si5341: "
` [PATCH v3 51/65] clk: si5351: pll: "
` [PATCH v3 52/65] clk: si5351: msynth: "
` [PATCH v3 53/65] clk: si5351: clkout: "
` [PATCH v3 54/65] clk: da8xx: clk48: "
` [PATCH v3 55/65] clk: imx: scu: "
` [PATCH v3 56/65] clk: ingenic: cgu: "
` [PATCH v3 57/65] clk: ingenic: tcu: "
` [PATCH v3 58/65] clk: sprd: composite: "
` [PATCH v3 59/65] clk: st: flexgen: "
` [PATCH v3 60/65] clk: stm32: composite: "
` [PATCH v3 61/65] clk: tegra: periph: "
` [PATCH v3 62/65] clk: tegra: super: "
` [PATCH v3 63/65] ASoC: tlv320aic32x4: pll: "
` [PATCH v3 64/65] ASoC: tlv320aic32x4: div: "
` [PATCH v3 65/65] clk: Forbid to register a mux without determine_rate

[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 11:11 UTC  (6+ messages)
  ` [PATCH] "

Future renesas-drivers releases
 2023-04-11 10:50 UTC  (3+ messages)

[PATCH v2 0/8] Enable DSI and ADV7535 on RZ/G2{L, LC} and RZ/V2L platforms
 2023-04-11 10:03 UTC  (9+ messages)
` [PATCH v2 1/8] arm64: dts: renesas: r9a07g044: Add fcpvd node
` [PATCH v2 2/8] arm64: dts: renesas: r9a07g054: "
` [PATCH v2 3/8] arm64: dts: renesas: r9a07g044: Add vspd node
` [PATCH v2 4/8] arm64: dts: renesas: r9a07g054: "
` [PATCH v2 5/8] arm64: dts: renesas: r9a07g044: Add DSI node
` [PATCH v2 6/8] arm64: dts: renesas: r9a07g054: "
` [PATCH v2 7/8] arm64: dts: renesas: rzg2l-smarc: Link DSI with ADV7535
` [PATCH v2 8/8] arm64: dts: renesas: rzg2lc-smarc: "

[geert-renesas-devel:master] BUILD SUCCESS 5715ce18c1fd304f842f76a49a615fc0ace2320f
 2023-04-10 22:40 UTC 

[GIT PULL] pinctrl: renesas: Updates for v6.4 (take two)
 2023-04-10 22:24 UTC  (2+ messages)

[GIT PULL] clk: renesas: Updates for v6.4 (take two)
 2023-04-10 19:42 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: drm: bridge: adi,adv7533: Document adi,disable-lanes-override property
 2023-04-10 16:26 UTC  (4+ messages)
` [PATCH 2/2] drm/bridge: adv7533: Add option to disable lane switching

renesas/master baseline: 421 runs, 46 regressions (renesas-devel-2023-04-10-v6.3-rc6)
 2023-04-10 14:14 UTC 

renesas/master baseline-nfs: 160 runs, 38 regressions (renesas-devel-2023-04-10-v6.3-rc6)
 2023-04-10 14:14 UTC 

[PATCH 0/5] drm: shmobile: Fixes and enhancements
 2023-04-10 12:26 UTC  (15+ messages)
` [PATCH 1/5] drm: shmobile: Use %p4cc to print fourcc codes
` [PATCH 2/5] drm: shmobile: Add support for DRM_FORMAT_XRGB8888
` [PATCH 3/5] drm: shmobile: Switch to drm_crtc_init_with_planes()
` [PATCH 4/5] drm: shmobile: Add missing call to drm_fbdev_generic_setup()
` [PATCH 5/5] drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platforms

renesas/master igt-kms-rockchip: 1 runs, 10 regressions (renesas-devel-2023-04-10-v6.3-rc6)
 2023-04-10 11:43 UTC 

[PATCH/RFC] ARM: dts: marzen: Add FLASH node
 2023-04-10  9:25 UTC  (7+ messages)

[GIT PULL 0/3] Renesas SoC updates for v6.4 (take two)
 2023-04-10  7:55 UTC  (4+ messages)
` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4
` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two)
` [GIT PULL 3/3] Renesas DTS "

[PATCH v7 0/6] RISC-V non-coherent function pointer based CMO + non-coherent DMA support for AX45MP
 2023-04-07  5:33 UTC  (9+ messages)
` [PATCH v7 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management

[PATCH RESEND v4 1/2] media: dt-bindings: media: renesas,fcp: Document RZ/{G2L,V2L} FCPVD bindings
 2023-04-06 17:13 UTC  (2+ messages)
` [PATCH RESEND v4 2/2] media: dt-bindings: media: renesas,vsp1: Document RZ/V2L VSPD bindings

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-04-06 16:26 UTC  (12+ messages)
` [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test

[PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers
 2023-04-06 16:20 UTC  (14+ messages)

[PATCH v4 0/4] Add RZ/V2{M, MA} PWM driver support
 2023-04-06  9:30 UTC  (3+ messages)
` [PATCH v4 2/4] pwm: Add support for RZ/V2M PWM driver

[PATCH v4 0/5] Renesas SCI fixes
 2023-04-06  6:50 UTC  (3+ messages)
` [PATCH v4 3/5] tty: serial: sh-sci: Fix Tx on SCI IP

[PATCH v3] treewide: Fix probing of devices in DT overlays
 2023-04-06  5:01 UTC  (4+ messages)

[PATCH v2 56/65] clk: ingenic: cgu: Switch to determine_rate
 2023-04-05 15:29 UTC  (13+ messages)

[PATCH v15 0/6] Add RZ/G2L MTU3a Core, Counter and pwm driver
 2023-04-05 14:15 UTC  (11+ messages)
` [PATCH v15 1/6] dt-bindings: timer: Document RZ/G2L MTU3a bindings
` [PATCH v15 2/6] mfd: Add Renesas RZ/G2L MTU3a core driver
` [PATCH v15 3/6] Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select
` [PATCH v15 4/6] counter: Add Renesas RZ/G2L MTU3a counter driver
` [PATCH v15 5/6] MAINTAINERS: Add entries for "

[PATCH v2 3/5] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
 2023-04-05 14:10 UTC 

[PATCH 0/3] RZ/G2L DMAC enhancements
 2023-04-05  9:23 UTC  (5+ messages)
` [PATCH 1/3] dmaengine: sh: rz-dmac: Reinitialize lmdescriptor head

[geert-renesas-drivers:master] BUILD SUCCESS f2b019c56db6762d70f61bcf3ad51869b62bd69e
 2023-04-05  3:14 UTC 

[geert-renesas-devel:master] BUILD SUCCESS b4dd84fbb7628443a99f26465ef2fcee5c99583f
 2023-04-04 23:06 UTC 

renesas/master baseline-nfs: 120 runs, 37 regressions (renesas-devel-2023-04-04-v6.3-rc5)
 2023-04-04 22:02 UTC 

renesas/master baseline: 315 runs, 34 regressions (renesas-devel-2023-04-04-v6.3-rc5)
 2023-04-04 22:02 UTC 

renesas/next baseline-nfs: 71 runs, 21 regressions (renesas-next-2023-04-04-v6.3-rc1)
 2023-04-04 21:39 UTC 

[geert-renesas-devel:next] BUILD SUCCESS 6f03a6e4e947dd4a5bc4ed681fc586098fd389f3
 2023-04-04 21:05 UTC 

[geert-renesas-devel:renesas-dts-for-v6.4] BUILD SUCCESS 2f04079bf5920b5120407421478dff1d5692d959
 2023-04-04 21:05 UTC 

[geert-renesas-devel:renesas-drivers-for-v6.4] BUILD SUCCESS fc187a46a8e682f0f1167b230792b88de01ceaa0
 2023-04-04 21:05 UTC 

renesas/master usb: 1 runs, 1 regressions (renesas-devel-2023-04-04-v6.3-rc5)
 2023-04-04 19:32 UTC 

renesas/master v4l2-compliance on uvcvideo: 4 runs, 1 regressions (renesas-devel-2023-04-04-v6.3-rc5)
 2023-04-04 19:32 UTC 

renesas/master igt-kms-rockchip: 1 runs, 10 regressions (renesas-devel-2023-04-04-v6.3-rc5)
 2023-04-04 19:32 UTC 

renesas-drivers-2023-04-04-v6.3-rc5
 2023-04-04 14:00 UTC 


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