linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-06 07:09:18 to 2023-07-13 06:47:37 UTC [more...]

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-07-13  6:46 UTC  (7+ messages)

[PATCH 03/18] soc: amlogic: Move power-domain drivers to the genpd dir
 2023-07-13  0:48 UTC  (12+ messages)

[PATCH v6 0/6] meson saradc: add iio channels to read channel 7 mux inputs
 2023-07-12 23:10 UTC  (6+ messages)
` [PATCH v6 1/6] iio: adc: meson: remove unused timestamp channel
` [PATCH v6 2/6] iio: adc: meson: move enums declaration before variables declaration
` [PATCH v6 3/6] iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
` [PATCH v6 4/6] iio: adc: meson: add enum for iio channel numbers
` [PATCH v6 5/6] iio: adc: meson: add channel labels

[PATCH v5 0/6] iio: adc: meson: add iio channels to read channel 7 mux inputs
 2023-07-12 23:04 UTC  (9+ messages)
` [PATCH v5 1/6] iio: adc: meson: remove unused timestamp channel
` [PATCH v5 2/6] iio: adc: meson: move enums declaration before variables declaration
` [PATCH v5 3/6] iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
` [PATCH v5 4/6] iio: adc: meson: add enum for iio channel numbers
` [PATCH v5 5/6] iio: adc: meson: add channel labels
` [PATCH v5 6/6] iio: adc: meson: support reading from channel 7 mux inputs

[PATCH v1] mtd: rawnand: meson: fix OOB available bytes for ECC
 2023-07-12 14:08 UTC  (2+ messages)

[PATCH v2 00/19] clk: meson: move all private clk IDs to public dt-bindings headers
 2023-07-12 12:03 UTC  (3+ messages)
` [PATCH v2 01/19] clk: meson: introduce meson-clkc-utils

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-12 11:47 UTC  (48+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization
` (subset) [PATCH v2 00/15] spi: Header and core clean up and refactoring

[PATCH RFC v1 22/52] drm/meson: Use struct drm_crtc::drm_dev instead of struct drm_crtc::dev
 2023-07-12 11:18 UTC  (2+ messages)
    ` [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

[PATCH 01/27] thermal/drivers/amlogic: Convert to platform remove callback returning void
 2023-07-12 10:05 UTC  (2+ messages)

[PATCH V2 0/2] Add pinctrl driver support for Amlogic C3 SoCs
 2023-07-12  5:56 UTC  (12+ messages)
` [PATCH V2 1/2] dt-bindings: gpio: Add a header file "
` [PATCH V2 2/2] pinctrl: Add driver support "

[PATCH v2 0/2] spi: amlogic-spifc-a1: fixes and improvements for amlogic-spifc-a1
 2023-07-11 22:04 UTC  (7+ messages)
` [PATCH v2 1/2] spi: amlogic-spifc-a1: implement adjust_op_size()
` [PATCH v2 2/2] spi: amlogic-spifc-a1: add support for max_speed_hz

[PATCH v1 0/2] spi: amlogic-spifc-a1: fixes and improvements for amlogic-spifc-a1
 2023-07-11 22:04 UTC  (2+ messages)

[PATCH v3 00/14] spi: Header and core clean up and refactoring
 2023-07-11 17:34 UTC  (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization

[PATCH v2 03/18] soc: amlogic: Move power-domain drivers to the genpd dir
 2023-07-11 14:24 UTC 

[PATCH 2/2] thermal/drivers/amlogic: Remove redundant msg in amlogic_thermal_probe()
 2023-07-11 12:45 UTC 

[RFC PATCH v3 0/3] support 512B ECC step size for Meson NAND
 2023-07-11 12:21 UTC  (4+ messages)
` [RFC PATCH v3 1/3] dt-bindings: nand: meson: support for 512B ECC step size
` [RFC PATCH v3 2/3] dt-bindings: nand: meson: make ECC properties dependent
` [RFC PATCH v3 3/3] mtd: rawnand: meson: support for 512B ECC step size

[PATCH v1 0/8] spi: Header and core clean up and refactoring
 2023-07-10 13:36 UTC  (19+ messages)
` [PATCH v1 1/8] spi: Remove unneeded OF node NULL checks
` [PATCH v1 2/8] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v1 3/8] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v1 4/8] spi: Get rid of old SPI_MASTER_NO_.X and SPI_MASTER_MUST_.X
` [PATCH v1 5/8] spi: Sort headers alphabetically
` [PATCH v1 6/8] spi: Clean up headers
` [PATCH v1 7/8] spi: Fix spelling typos and acronyms capitalization
` [PATCH v1 8/8] spi: Use struct_size() helper

[PATCH v4 0/6] iio: adc: meson: add iio channels to read channel 7 mux inputs
 2023-07-10  9:33 UTC  (13+ messages)
` [PATCH v4 1/6] iio: adc: meson: remove unused timestamp channel
` [PATCH v4 2/6] iio: adc: meson: move enums declaration before variables declaration
` [PATCH v4 3/6] iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
` [PATCH v4 4/6] iio: adc: meson: add enum for iio channel numbers
` [PATCH v4 5/6] iio: adc: meson: add channel labels
` [PATCH v4 6/6] iio: adc: meson: support reading from channel 7 mux inputs

[PATCH v2 0/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: add missing properties
 2023-07-07 15:31 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: amlogic,meson-pinctrl: allow gpio-line-names
` [PATCH v2 2/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: allow gpio hogs

[PATCH V2 0/4] Power: C3: add power domain driver
 2023-07-07 15:29 UTC  (9+ messages)
` [PATCH V2 1/4] soc: amlogic: use name instead of index as criterion
` [PATCH V2 2/4] dt-bindings: power: add Amlogic C3 power domains
` [PATCH V2 3/4] soc: c3: Add support for power domains controller
` [PATCH V2 4/4] arm64: dts: add support for C3 power domain controller

[PATCH 0/2] Add pinctrl driver support for Amlogic C3 SoCs
 2023-07-07  4:07 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: gpio: Add a header file "
` [PATCH 2/2] pinctrl: Add driver support "

[PATCH v3 0/3] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings
 2023-07-06 19:22 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: clock: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema
` [PATCH v3 2/3] dt-bindings: clock: amlogic: convert amlogic,gxbb-aoclkc.txt "
` [PATCH v3 3/3] dt-bindings: soc: amlogic: document System Control registers

[PATCH 0/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: add missing properties
 2023-07-06 19:08 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: allow gpio-line-names
` [PATCH 2/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: allow gpio hogs

[PATCH v2 0/7] tty: serial: meson: support ttyS devname
 2023-07-06 17:57 UTC  (11+ messages)
` [PATCH v2 3/7] tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs
` [PATCH v2 4/7] tty: serial: meson: introduce separate uart_data for S4 SoC family
` [PATCH v2 5/7] tty: serial: meson: add independent uart_data for A1 "
` [PATCH v2 6/7] dt-bindings: serial: amlogic,meson-uart: support Amlogic A1
` [PATCH v2 7/7] arm64: dts: meson: a1: change uart compatible string

[PATCH V2 0/2] Devicetree for board AN400 based Amlogic T7 SoC
 2023-07-06  9:19 UTC  (3+ messages)
` [PATCH V2] dt-bindings: arm: amlogic: add board AN400
` [PATCH V2 2/2] arm64: dts: "

[PATCH 0/2] Devicetree for board AN400 based Amlogic T7 SoC
 2023-07-06  8:44 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: add board AN400

[PATCH v2 0/3] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings
 2023-07-06  8:03 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: clock: amlogic: convert amlogic,gxbb-aoclkc.txt to dt-schema

[PATCH 0/3] arm64: meson: bunch of DT fixes, take 3
 2023-07-06  8:00 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: amlogic: meson-g12b-odroid-n2: fix usb hub hog name
` [PATCH 2/3] arm64: dtb: amlogic: meson-g12-common: change aobus-pinctrl node name
` [PATCH 3/3] arm64: dts: amlogic: drop cooling-[min|max]-state from pwm-fan


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