linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-14 13:04:53 to 2022-09-22 13:10:35 UTC [more...]

[PATCH 1/2] drm/rockchip: dw_hdmi: relax mode_valid hook
 2022-09-22 13:09 UTC  (3+ messages)

[PATCH 0/3] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-09-22 12:45 UTC  (8+ messages)
` [PATCH 1/3] Input: add `SW_BOOT_ALT`
` [PATCH 2/3] arm64: dts: rockchip: add PX30-µQ7 (Ringneck) SoM with Haikou baseboard
` [PATCH 3/3] dt-bindings: arm: rockchip: add Theobroma Systems PX30-µQ7 (Ringneck) with Haikou

[PATCH v2 1/1] gpio: rockchip: Switch to use fwnode instead of of_node
 2022-09-22  8:34 UTC  (6+ messages)
  `  "

[v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
 2022-09-22  7:32 UTC  (3+ messages)

[RFC PATCH 0/4] Alternative debug outputs for rockchip devices
 2022-09-22  6:47 UTC  (5+ messages)
` [RFC PATCH 1/4] rockchip: rk3288: enable u-boot.rom for speedy
` [RFC PATCH 2/4] rockchip: rk3288: enable uart2->usb redirection
` [RFC PATCH 3/4] rockchip: rk3399: fix typo in grf file
` [RFC PATCH 4/4] rockchip: rk3399: attempt to redirect uart2dbga to sdcard

[PATCH v3 0/2] rockchip pinctrl for acpi
 2022-09-21 20:22 UTC  (5+ messages)
` [PATCH v3 1/2] pinctrl: rockchip: find gpiochip by gpio label
` [PATCH v3 2/2] pinctrl: rockchip: get match data by device_get_match_data

[PATCH AUTOSEL 4.19 3/3] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.4 5/5] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.10 7/7] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.15 10/10] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.19 15/16] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
 2022-09-21 15:53 UTC 

[PATCH v2] dt-bindings: clock: rockchip: change SPDX-License-Identifier
 2022-09-21  9:58 UTC  (2+ messages)

[PATCH 00/15] Make 'mlock' really private
 2022-09-21  9:07 UTC  (31+ messages)
` [PATCH 01/15] iio: adc: ad_sigma_delta: do not use internal iio_dev lock
` [PATCH 02/15] iio: adc: ad799x: "
` [PATCH 03/15] iio: adc: axp288_adc: "
` [PATCH 04/15] iio: adc: imx7d_adc: "
` [PATCH 05/15] iio: adc: lpc32xx_adc: "
` [PATCH 06/15] iio: adc: ltc2947-core: "
` [PATCH 07/15] iio: adc: meson_saradc: "
` [PATCH 08/15] iio: adc: rockchip_saradc: "
` [PATCH 09/15] iio: adc: sc27xx_adc: "
` [PATCH 10/15] iio: adc: vf610_adc: "
` [PATCH 11/15] iio: common: scmi_iio: "
` [PATCH 12/15] iio: fyro: itg3200_core: "
` [PATCH 13/15] iio: health: max30100: "
` [PATCH 14/15] iio: health: max30102: "
` [PATCH 15/15] iio: core: move 'mlock' to 'struct iio_dev_opaque'

[PATCH] arm64: dts: rockchip: Enable HDMI and GPU on quartz64-b
 2022-09-20 14:34 UTC 

[PATCH net-next v3 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
 2022-09-20 14:09 UTC  (2+ messages)
` [PATCH net-next v3 2/2] net: ethernet: stmicro: stmmac: dwmac-rk: Add rv1126 support

[PATCH 00/20] Rockchip pinctrl/GPIO support ACPI
 2022-09-20 10:31 UTC  (21+ messages)
` [PATCH 01/20] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH 02/20] pinctrl/rockchip: populate GPIO platform early
` [PATCH 03/20] pinctrl/rockchip: use fwnode instead of of_node
` [PATCH 04/20] pinctrl/rockchip: switch to use device_get_match_data
` [PATCH 05/20] pinctrl/rockchip: of_populate_platform for gpio only for of node
` [PATCH 06/20] pinctrl/rockchip: parse dt only if the fwnode is "
` [PATCH 07/20] pinctrl/rockchip: print a message if driver probed successfully
` [PATCH 08/20] gpiolib: make gpiochip_find_by_name to be common function
` [PATCH 09/20] gpio/rockchip: drop 'bank->name' from the driver
` [PATCH 10/20] gpio/rockchip: revert deferred output settings on probe
` [PATCH 11/20] gpio/rockchip: add of_node for gpiochip
` [PATCH 12/20] gpio/rockchip: add return check for clock rate set
` [PATCH 13/20] gpio/rockchip: disable and put clocks when remove
` [PATCH 14/20] gpio/rockchip: switch to use irq_domain_create_linear
` [PATCH 15/20] gpio/rockchip: disable and put clocks when gpiolib register failed
` [PATCH 16/20] gpio/rockchip: try to get gpio id from uid when ACPI enabled
` [PATCH 17/20] gpio/rockchip: print device with fwnode name when probe successful
` [PATCH 18/20] gpio/rockchip: make use of device property
` [PATCH 19/20] gpio/rockchip: make GPIO module work well under ACPI enabled
` [PATCH 20/20] pinctrl/rockchip: find existed gpiochip by gpio label

[PATCH] hw_random: rockchip: import driver from vendor tree
 2022-09-20  9:49 UTC  (3+ messages)

[PATCH v2 RESEND 0/2] rockchip pinctrl for acpi
 2022-09-20  9:26 UTC  (4+ messages)
` [PATCH v2 1/2] pinctrl: rockchip: find gpiochip by name from gpio module
` [PATCH v2 2/2] pinctrl: rockchip: get match data by device_get_match_data

[PATCH v4 0/3] rockchip-dsi for rk3568
 2022-09-20  7:03 UTC  (6+ messages)
` [PATCH V4 1/3] dt-bindings: phy-rockchip-inno-dsidphy: add compatible "
` [PATCH V4 2/3] phy/rockchip: inno-dsidphy: Add support "
` [PATCH V4 3/3] arm64: dts: rockchip: Add DSI and DSI-DPHY nodes to rk356x

[PATCH -next] phy: rockchip-snps-pcie3: Use devm_platform_get_and_ioremap_resource()
 2022-09-20  6:27 UTC  (2+ messages)

[PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc
 2022-09-20  6:21 UTC  (6+ messages)
` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c

[PATCH v8 0/3] gpio: rockchip: support acpi
 2022-09-20  2:01 UTC  (4+ messages)
` [PATCH v8 1/3] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH v8 2/3] gpio: rockchip: support acpi
` [PATCH v8 3/3] gpiolib: make gpiochip_find_by_name to be common function

[PATCH] pinctrl: rockchip: find gpiochip by name from gpio module
 2022-09-20  1:23 UTC  (5+ messages)
  `  "

[linux-next:master] BUILD REGRESSION 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58
 2022-09-19 23:06 UTC 

[PATCH V10 0/4] power: supply: Add Support for RK817 Charger
 2022-09-19 19:31 UTC  (3+ messages)
` [PATCH V10 3/4] power: supply: Add charger driver for Rockchip RK817

[PATCHv3 00/14] Introduce RK806 Support
 2022-09-19 14:15 UTC  (4+ messages)
` [PATCHv3 12/14] regulator: expose regmap_find_closest_bigger

[PATCH v7 0/2] gpio: rockchip: support acpi
 2022-09-19 13:54 UTC  (4+ messages)
` [PATCH 1/2] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH 2/2] gpio: rockchip: support acpi

[PATCH v3] dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML
 2022-09-19  6:57 UTC  (2+ messages)

[PATCH] phy: rockchip-inno-usb2: Fix otg port initialization
 2022-09-18 17:46 UTC  (3+ messages)

[PATCH v3 3/3] arm64: dts: rockchip: k3566-quartz64-a: adds sata variant
 2022-09-18 12:40 UTC  (6+ messages)

[PATCH v5 0/6] ARM: Add Rockchip RV1126 support
 2022-09-18  9:29 UTC  (15+ messages)
` [PATCH v5 1/6] i2c: rk3x: Add rv1126 support
` [PATCH v5 2/6] clk: rockchip: Add dt-binding header for RV1126
` [PATCH v5 3/6] dt-bindings: clock: rockchip: Document RV1126 CRU
` [PATCH v5 4/6] clk: rockchip: Add clock controller support for RV1126 SoC
` [PATCH v5 5/6] ARM: dts: rockchip: Add Rockchip RV1126 pinctrl
` [PATCH v5 6/6] ARM: dts: rockchip: Add Rockchip RV1126 SoC
` (subset) [PATCH v5 0/6] ARM: Add Rockchip RV1126 support

[PATCH v2] dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML
 2022-09-18  9:10 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Add support for RADXA SDIO Wifi/BT M.2 ekey module for rock 3a
 2022-09-18  6:29 UTC 

[PATCH 1/2] dt-bindings: rockchip: k3566-quartz64-a: fix names entries, refactor
 2022-09-17 16:42 UTC  (4+ messages)

[PATCH v1] dt-bindings: clock: rockchip: change SPDX-License-Identifier
 2022-09-17  6:59 UTC  (3+ messages)

[PATCH v1] dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML
 2022-09-17  6:56 UTC  (4+ messages)

[PATCH v2 0/2] rockchip pinctrl for acpi
 2022-09-17  3:32 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: rockchip: find gpiochip by name from gpio module
` [PATCH v2 2/2] pinctrl: rockchip: get match data by device_get_match_data

[bug report] ASoC: rockchip: i2s: use regmap_read_poll_timeout to poll I2S_CLR
 2022-09-16 14:40 UTC  (2+ messages)

[PATCH v3 2/3] arm64: dts: rockchip: k3566-quartz64-a: refactor
 2022-09-16 16:02 UTC 

[PATCH v3 1/3] arm64: dts: rockchip: k3566-quartz64-a: fix names entries
 2022-09-16 15:58 UTC 

[PATCH 2/2] Add sata version of the quartz64-a board
 2022-09-16 15:54 UTC  (4+ messages)

[PATCH] Changes phy configuration to expose sata in place of usb3 on quartz64-a board
 2022-09-16 11:18 UTC  (3+ messages)

[PATCH v4] arm64: dts: rockchip: add EEPROM node for NanoPi R4S
 2022-09-16 10:59 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R4S Enterprise Edition
  ` [PATCH 2/2] arm64: dts: rockchip: rk3399: Add "

[PATCH] arm64: dts: rockchip: add i2s0 I2S/PDM/TDM 8ch controller to px30
 2022-09-16 10:58 UTC  (2+ messages)

[PATCH v6 0/3] gpio: rockchip: support acpi
 2022-09-16  8:46 UTC  (6+ messages)
` [PATCH 1/3] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH 2/3] pinctrl: export function get_pinctrl_dev_from_devname()
    `  "
` [PATCH 3/3] gpio: rockchip: support acpi

[PATCH v2 0/3] drm/rockchip: support gamma control on RK3399
 2022-09-15 17:11 UTC  (7+ messages)
` [PATCH v2 3/3] arm64: dts: rockchip: enable "
` (subset) [PATCH v2 0/3] drm/rockchip: support "

[PATCH] drm/rockchip: vop2: Fix Null Pointer Dereference on Multiple VPs
 2022-09-15 15:13 UTC  (6+ messages)

[PATCH v3 0/3] rockchip-dsi for rk3568
 2022-09-15 14:47 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc
 2022-09-15 13:49 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Enable video output on Station M2
 2022-09-15 13:49 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: rockchip: Add gru-scarlet sku{2,4} variants
 2022-09-15 13:49 UTC  (3+ messages)

[PATCH] drm/rockchip: remove vop_writel
 2022-09-15 13:40 UTC  (2+ messages)

[PATCH 0/5] iommu: Define EINVAL as device/domain incompatibility
 2022-09-14 20:55 UTC  (8+ messages)
` [PATCH 4/5] iommu: Regulate errno in ->attach_dev callback functions

[PATH v5] pwm: rockchip: Convert to use dev_err_probe()
 2022-09-14 19:50 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).