messages from 2021-12-22 10:19:21 to 2022-01-10 14:11:06 UTC [more...]
[cip-dev] [PATCH 4.19.y-cip 1/6] Backport netfilter: nf_tables: autoload modules from the abort path
2022-01-10 14:10 UTC
[PATCH 4.19.y-cip 0/6] Backport netfilter: nf_tables: autoload modules from the abort path
2022-01-10 14:09 UTC
[PATCH 5.10.y-cip 00/61] Add Ethernet support to RZ/G2L
2022-01-10 12:23 UTC (62+ messages)
` [PATCH 5.10.y-cip 01/61] dt-bindings: net: renesas,etheravb: Add additional clocks
` [PATCH 5.10.y-cip 02/61] dt-bindings: net: renesas,etheravb: Fix optional second clock name
` [PATCH 5.10.y-cip 03/61] dt-bindings: net: renesas,etheravb: Document Gigabit Ethernet IP
` [PATCH 5.10.y-cip 04/61] dt-bindings: net: renesas,etheravb: Drop "int_" prefix and "_n" suffix from interrupt names
` [PATCH 5.10.y-cip 05/61] net: ethernet: ravb: Enable optional refclk
` [PATCH 5.10.y-cip 06/61] net: ethernet: ravb: Fix release of refclk
` [PATCH 5.10.y-cip 07/61] net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()
` [PATCH 5.10.y-cip 08/61] ravb: Fix a typo in comment
` [PATCH 5.10.y-cip 09/61] ravb: Remove checks for unsupported internal delay modes
` [PATCH 5.10.y-cip 10/61] ravb: Use unsigned int for num_tx_desc variable in struct ravb_private
` [PATCH 5.10.y-cip 11/61] ravb: Add struct ravb_hw_info to driver data
` [PATCH 5.10.y-cip 12/61] ravb: Add aligned_tx to struct ravb_hw_info
` [PATCH 5.10.y-cip 13/61] ravb: Add max_rx_len "
` [PATCH 5.10.y-cip 14/61] ravb: Add stats_len "
` [PATCH 5.10.y-cip 15/61] ravb: Add gstrings_stats and gstrings_size "
` [PATCH 5.10.y-cip 16/61] ravb: Add net_features and net_hw_features "
` [PATCH 5.10.y-cip 17/61] ravb: Add internal delay hw feature "
` [PATCH 5.10.y-cip 18/61] ravb: Add tx_counters "
` [PATCH 5.10.y-cip 19/61] ravb: Remove the macros NUM_TX_DESC_GEN[23]
` [PATCH 5.10.y-cip 20/61] ravb: Add multi_irq to struct ravb_hw_info
` [PATCH 5.10.y-cip 21/61] ravb: Add no_ptp_cfg_active "
` [PATCH 5.10.y-cip 22/61] ravb: Add ptp_cfg_active "
` [PATCH 5.10.y-cip 23/61] ravb: Factorise ravb_ring_free function
` [PATCH 5.10.y-cip 24/61] ravb: Factorise ravb_ring_format function
` [PATCH 5.10.y-cip 25/61] ravb: Factorise ravb_ring_init function
` [PATCH 5.10.y-cip 26/61] ravb: Factorise ravb_rx function
` [PATCH 5.10.y-cip 27/61] ravb: Factorise ravb_adjust_link function
` [PATCH 5.10.y-cip 28/61] ravb: Factorise ravb_set_features
` [PATCH 5.10.y-cip 29/61] ravb: Factorise ravb_dmac_init function
` [PATCH 5.10.y-cip 30/61] ravb: Factorise ravb_emac_init function
` [PATCH 5.10.y-cip 31/61] ravb: Add reset support
` [PATCH 5.10.y-cip 32/61] ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"
` [PATCH 5.10.y-cip 33/61] ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
` [PATCH 5.10.y-cip 34/61] ravb: Add nc_queue to struct ravb_hw_info
` [PATCH 5.10.y-cip 35/61] ravb: Add support for RZ/G2L SoC
` [PATCH 5.10.y-cip 36/61] ravb: Initialize GbEthernet DMAC
` [PATCH 5.10.y-cip 37/61] ravb: remove APSR_DM
` [PATCH 5.10.y-cip 38/61] ravb: Exclude gPTP feature support for RZ/G2L
` [PATCH 5.10.y-cip 39/61] ravb: Add tsrq to struct ravb_hw_info
` [PATCH 5.10.y-cip 40/61] ravb: Add magic_pkt "
` [PATCH 5.10.y-cip 41/61] ravb: Add half_duplex "
` [PATCH 5.10.y-cip 42/61] ravb: update "undocumented" annotations
` [PATCH 5.10.y-cip 43/61] ravb: Remove extra TAB
` [PATCH 5.10.y-cip 44/61] ravb: Initialize GbEthernet E-MAC
` [PATCH 5.10.y-cip 45/61] ravb: Add rx_max_buf_size to struct ravb_hw_info
` [PATCH 5.10.y-cip 46/61] ravb: Use ALIGN macro for max_rx_len
` [PATCH 5.10.y-cip 47/61] ravb: Fillup ravb_alloc_rx_desc_gbeth() stub
` [PATCH 5.10.y-cip 48/61] ravb: Fillup ravb_rx_ring_free_gbeth() stub
` [PATCH 5.10.y-cip 49/61] ravb: Fillup ravb_rx_ring_format_gbeth() stub
` [PATCH 5.10.y-cip 50/61] ravb: Fillup ravb_rx_gbeth() stub
` [PATCH 5.10.y-cip 51/61] ravb: Add carrier_counters to struct ravb_hw_info
` [PATCH 5.10.y-cip 52/61] ravb: Add support to retrieve stats for GbEthernet
` [PATCH 5.10.y-cip 53/61] ravb: Rename "tsrq" variable
` [PATCH 5.10.y-cip 54/61] ravb: Optimize ravb_emac_init_gbeth function
` [PATCH 5.10.y-cip 55/61] ravb: Rename "nc_queue" feature bit
` [PATCH 5.10.y-cip 56/61] ravb: Update ravb_emac_init_gbeth()
` [PATCH 5.10.y-cip 57/61] ravb: Fix typo AVB->DMAC
` [PATCH 5.10.y-cip 58/61] clk: renesas: r9a07g044: Add ethernet clock sources
` [PATCH 5.10.y-cip 59/61] clk: renesas: r9a07g044: Add GbEthernet clock/reset
` [PATCH 5.10.y-cip 60/61] arm64: dts: renesas: r9a07g044: Add GbEthernet nodes
` [PATCH 5.10.y-cip 61/61] arm64: dts: renesas: rzg2l-smarc-som: Enable Ethernet
[PATCH v2 5.10.y-cip 00/15] Add ADC/CANFD/IIC support for RZ/G2L
2022-01-10 11:53 UTC (16+ messages)
` [PATCH v2 5.10.y-cip 01/15] i2c: riic: Add RZ/G2L support
` [PATCH v2 5.10.y-cip 02/15] arm64: defconfig: Enable RIIC
` [PATCH v2 5.10.y-cip 03/15] dt-bindings: iio: adc: Add binding documentation for Renesas RZ/G2L A/D converter
` [PATCH v2 5.10.y-cip 04/15] iio: adc: Add driver "
` [PATCH v2 5.10.y-cip 05/15] iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
` [PATCH v2 5.10.y-cip 06/15] iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
` [PATCH v2 5.10.y-cip 07/15] clk: renesas: r9a07g044: Add SSIF-2 clock and reset entries
` [PATCH v2 5.10.y-cip 08/15] clk: renesas: r9a07g044: Add clock and reset entries for ADC
` [PATCH v2 5.10.y-cip 09/15] arm64: dts: renesas: r9a07g044: Add ADC node
` [PATCH v2 5.10.y-cip 10/15] arm64: defconfig: Enable RZG2L_ADC
` [PATCH v2 5.10.y-cip 11/15] arm64: dts: renesas: rzg2l-smarc: Enable I2C{0,1,3} support
` [PATCH v2 5.10.y-cip 12/15] arm64: dts: renesas: rzg2l-smarc-som: Move extal and memory nodes to SOM DTSI
` [PATCH v2 5.10.y-cip 13/15] arm64: dts: renesas: rzg2l-smarc-som: Enable ADC on SMARC platform
` [PATCH v2 5.10.y-cip 14/15] arm64: dts: renesas: rzg2l-smarc: Enable CANFD
` [PATCH v2 5.10.y-cip 15/15] clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK critical
[isar-cip-core][PATCH 0/4] Add cip-core-image-kernelci building and uploading system
2022-01-07 13:46 UTC (20+ messages)
` [isar-cip-core][PATCH 1/4] Add cip-core-image-kernelci
` [isar-cip-core][PATCH 2/4] Add dmesg filter needed for lava test result
` [isar-cip-core][PATCH 3/4] Add script deploy-kernelci.py for upload the cip-core-image-kernelci
` [isar-cip-core][PATCH 4/4] enable cip-core-image-kernelci
[isar-cip-core][PATCH] ci: Drop trailing semicolons from script
2022-01-07 11:32 UTC
[cip-dev] [PATCH 5.10.y-cip 00/31] Add sound/adc support for RZ/G2L
2022-01-06 23:54 UTC (3+ messages)
[cip-dev] CIP IRC weekly meeting today on libera.chat External
2022-01-06 8:07 UTC
New CVE entries this week
2022-01-05 23:31 UTC
[PATCH 5.10.y-cip 00/22] RZ/G2L: Add support for pinctrl/dmac/iic
2022-01-04 10:39 UTC (14+ messages)
` [PATCH 5.10.y-cip 03/22] dt-bindings: pinctrl: renesas: Add DT bindings for RZ/G2L pinctrl
` [PATCH 5.10.y-cip 04/22] pinctrl: renesas: Add RZ/G2L pin and gpio controller driver
` [PATCH 5.10.y-cip 20/22] dmaengine: sh: make array ds_lut static
` [cip-dev] [PATCH 5.10.y-cip 00/22] RZ/G2L: Add support for pinctrl/dmac/iic
[PATCH 5.10.y-cip 00/31] Add sound/adc support for RZ/G2L
2022-01-04 10:25 UTC (42+ messages)
` [PATCH 5.10.y-cip 01/31] ASoC: dt-bindings: Document RZ/G2L bindings
` [PATCH 5.10.y-cip 02/31] ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
` [PATCH 5.10.y-cip 03/31] ASoC: sh: Add RZ/G2L SSIF-2 driver
` [PATCH 5.10.y-cip 04/31] ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
` [PATCH 5.10.y-cip 05/31] ASoC: sh: rz-ssi: Add SSI DMAC support
` [PATCH 5.10.y-cip 06/31] ASoC: sh: rz-ssi: Fix dereference of noderef expression warning
` [PATCH 5.10.y-cip 07/31] ASoC: sh: rz-ssi: Fix wrong operator used issue
` [PATCH 5.10.y-cip 08/31] ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request function
` [PATCH 5.10.y-cip 09/31] dt-bindings: iio: adc: Add binding documentation for Renesas RZ/G2L A/D converter
` [PATCH 5.10.y-cip 10/31] iio: adc: Add driver "
` [PATCH 5.10.y-cip 11/31] iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
` [PATCH 5.10.y-cip 12/31] iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
` [PATCH 5.10.y-cip 13/31] clk: renesas: r9a07g044: Add SSIF-2 clock and reset entries
` [PATCH 5.10.y-cip 14/31] clk: renesas: r9a07g044: Add clock and reset entries for ADC
` [PATCH 5.10.y-cip 15/31] arm64: dts: renesas: r9a07g044: Add ADC node
` [PATCH 5.10.y-cip 16/31] arm64: dts: renesas: r9a07g044: Add external audio clock nodes
` [PATCH 5.10.y-cip 17/31] arm64: dts: renesas: r9a07g044: Add SSI support
` [PATCH 5.10.y-cip 18/31] arm64: dts: renesas: r9a07g044: Add DMA support to SSI
` [PATCH 5.10.y-cip 19/31] arm64: dts: renesas: rzg2l-smarc: Enable I2C{0,1,3} support
` [PATCH 5.10.y-cip 20/31] arm64: dts: renesas: rzg2l-smarc: Add WM8978 sound codec
` [PATCH 5.10.y-cip 21/31] arm64: dts: renesas: rzg2l-smarc: Enable audio
` [PATCH 5.10.y-cip 22/31] arm64: dts: renesas: rzg2l-smarc: Add Mic routing
` [PATCH 5.10.y-cip 23/31] arm64: dts: renesas: rzg2l-smarc-som: Move extal and memory nodes to SOM DTSI
` [PATCH 5.10.y-cip 24/31] arm64: dts: renesas: rzg2l-smarc-som: Enable ADC on SMARC platform
` [PATCH 5.10.y-cip 25/31] arm64: dts: renesas: rzg2l-smarc: Enable CANFD
` [PATCH 5.10.y-cip 26/31] arm64: defconfig: Enable SOUND_SOC_RZ
` [PATCH 5.10.y-cip 27/31] arm64: defconfig: Enable SND_SOC_WM8978
` [PATCH 5.10.y-cip 28/31] arm64: defconfig: Enable RZG2L_ADC
` [PATCH 5.10.y-cip 29/31] clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK critical
` [PATCH 5.10.y-cip 30/31] i2c: riic: Add RZ/G2L support
` [PATCH 5.10.y-cip 31/31] arm64: defconfig: Enable RIIC
New CVE entries in this week
2021-12-30 23:05 UTC (3+ messages)
` [cip-dev] "
4.4.296-rt229 is released
2021-12-28 9:33 UTC
[PATCH 5.10.y-cip 00/21] RZ/G2L: Add support for USB/CANFD
2021-12-27 13:45 UTC (27+ messages)
` [PATCH 5.10.y-cip 01/21] dt-bindings: usb: generic-ehci: Document dr_mode property
` [PATCH 5.10.y-cip 02/21] dt-bindings: usb: generic-ohci: "
` [PATCH 5.10.y-cip 03/21] dt-bindings: reset: Document RZ/G2L USBPHY Control bindings
` [PATCH 5.10.y-cip 04/21] reset: renesas: Add RZ/G2L usbphy control driver
` [PATCH 5.10.y-cip 05/21] dt-bindings: usb: renesas,usbhs: Document RZ/G2L bindings
` [PATCH 5.10.y-cip 06/21] dt-bindings: phy: renesas,usb2-phy: Document RZ/G2L phy bindings
` [PATCH 5.10.y-cip 07/21] phy: renesas: convert to devm_platform_ioremap_resource
` [PATCH 5.10.y-cip 08/21] phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/G2L
` [PATCH 5.10.y-cip 09/21] clk: renesas: r9a07g044: Add USB clocks/resets
` [PATCH 5.10.y-cip 10/21] arm64: dts: renesas: r9a07g044: Add USB2.0 phy and host support
` [PATCH 5.10.y-cip 11/21] arm64: dts: renesas: r9a07g044: Add USB2.0 device support
` [PATCH 5.10.y-cip 12/21] arm64: dts: renesas: rzg2l-smarc: Enable USB2.0 support
` [PATCH 5.10.y-cip 13/21] dt-bindings: can: rcar_canfd: Group tuples in pin control properties
` [PATCH 5.10.y-cip 14/21] dt-bindings: can: rcar_canfd: Convert to json-schema
` [PATCH 5.10.y-cip 15/21] can: rcar_canfd: Add support for RZ/G2L family
` [cip-dev] "
` [PATCH 5.10.y-cip 16/21] can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignment
` [PATCH 5.10.y-cip 17/21] dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock
` [PATCH 5.10.y-cip 18/21] clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2
` [PATCH 5.10.y-cip 19/21] clk: renesas: r9a07g044: Add clock and reset entries for CANFD
` [PATCH 5.10.y-cip 20/21] arm64: dts: renesas: r9a07g044: Add CANFD node
` [PATCH 5.10.y-cip 21/21] arm64: defconfig: Enable RZ/G2L USBPHY control driver
cip/linux-5.10.y-cip sleep: 10 runs, 1 regressions (v5.10.83-cip1-74-g842fbb4554b8) #kernelci
2021-12-26 19:31 UTC
cip/linux-5.10.y-cip build: 178 builds: 3 failed, 175 passed, 4 errors, 9 warnings (v5.10.83-cip1-74-g842fbb4554b8) #kernelci
2021-12-26 18:33 UTC
cip/linux-4.19.y-cip ltp-ipc: 3 runs, 1 regressions (v4.19.222-cip64) #kernelci
2021-12-24 17:17 UTC
cip/linux-4.19.y-cip build: 97 builds: 1 failed, 96 passed, 2 errors, 13 warnings (v4.19.222-cip64) #kernelci
2021-12-24 16:19 UTC
[ANNOUNCE] Release v4.19.222-cip64
2021-12-24 13:13 UTC
[PATCH 0/4] Add cip-core-image-kernelci
2021-12-24 7:32 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] Add dmesg filter needed for lava test result
` [PATCH 3/4] Add script deploy-kernelci.py for upload the cip-core-image-kernelci
` [PATCH 4/4] enable cip-core-image-kernelci
New CVE entries in this week
2021-12-23 17:11 UTC (2+ messages)
` [cip-dev] "
[cip-dev] CIP IRC weekly meeting today on libera.chat External
2021-12-23 4:30 UTC
cip/linux-5.10.y-cip baseline: 208 runs, 1 regressions (v5.10.83-cip1-53-g2f788040f8b6) #kernelci
2021-12-22 15:56 UTC
cip/linux-5.10.y-cip build: 183 builds: 3 failed, 180 passed, 4 errors, 10 warnings (v5.10.83-cip1-53-g2f788040f8b6) #kernelci
2021-12-22 15:28 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