linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-15 02:10:13 to 2018-01-02 19:01:59 UTC [more...]

[PATCH 01/33] clk_ops: change round_rate() to return unsigned long
 2018-01-02 19:01 UTC  (7+ messages)

[PATCH v2 00/21] Verbatim device names and devm_nvmem_(un)register()
 2018-01-02 18:40 UTC  (26+ messages)
` [PATCH v2 01/21] nvmem: core: Allow specifying device name verbatim
` [PATCH v2 02/21] nvmem: Introduce devm_nvmem_(un)register()
` [PATCH v2 03/21] nvmem: vf610-ocotp: Convert to use devm_nvmem_register()
` [PATCH v2 04/21] nvmem: imx-ocotp: "
` [PATCH v2 05/21] nvmem: uniphier-efuse: "
` [PATCH v2 06/21] nvmem: snvs_lgpr: "
` [PATCH v2 07/21] nvmem: rockchip-efuse: "
` [PATCH v2 08/21] nvmem: qfprom: "
` [PATCH v2 09/21] nvmem: mtk-efuse: "
` [PATCH v2 10/21] nvmem: meson-mx-efuse: "
` [PATCH v2 11/21] nvmem: meson-efuse: "
` [PATCH v2 12/21] nvmem: lpc18xx_otp: "
` [PATCH v2 13/21] nvmem: imx-iim: "
` [PATCH v2 14/21] nvmem: bcm-ocotp: "
` [PATCH v2 15/21] nvmem: meson-efuse: Do no gate COMPILE_TEST with MESON_SM
` [PATCH v2 16/21] nvmem: snvs_lpgpr: Convert commas to semicolons
` [PATCH v2 17/21] nvmem: rockchip-efuse: Make use of of_device_get_match_data()
` [PATCH v2 18/21] nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly
` [PATCH v2 19/21] nvmem: rockchip-efuse: "
` [PATCH v2 20/21] nvmem: imx-iim: "
` [PATCH v2 21/21] nvmem: bcm-ocotp: "

[PATCH] reset: meson: enable level reset support on Meson8b
 2018-01-02 13:01 UTC  (4+ messages)

[PATCH] boards: amlogic: khadas-vim: Typo fixup
 2018-01-02 12:57 UTC  (2+ messages)

[PATCH 0/3] Meson8/Meson8b reset improvements
 2018-01-02 12:43 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: meson8b: grow the reset controller memory zone
` [PATCH 2/3] ARM: dts: meson8: add the reset controller
` [PATCH 3/3] ARM: dts: meson8: add the USB reset line

[RFC v2 0/9] Realtek Bluetooth serdev support (H5 protocol)
 2018-01-02 11:38 UTC  (19+ messages)
` [RFC v2 1/9] serdev: implement parity configuration
` [RFC v2 2/9] dt-bindings: net: bluetooth: add support for Realtek Bluetooth chips
` [RFC v2 3/9] Bluetooth: btrtl: add MODULE_FIRMWARE declarations
` [RFC v2 4/9] Bluetooth: btrtl: split the device initialization into smaller parts
` [RFC v2 5/9] Bluetooth: btrtl: add support for retrieving the UART settings
` [RFC v2 6/9] Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chips
` [RFC v2 7/9] bluetooth: btrtl: load the config blob from devicetree when available
` [RFC v2 8/9] Bluetooth: drop HCI_UART_INIT_PENDING support
` [RFC v2 9/9] Bluetooth: hci_h5: add support for Realtek UART Bluetooth modules

[RFC HACK 0/2] CVBS output on Meson8/Meson8b/Meson8m2
 2018-01-02 11:01 UTC  (4+ messages)
` [RFC HACK 1/2] gpu: drm: meson: HACK - Meson8/Meson8b/Meson8m2 support - WiP
` [RFC HACK 2/2] clk: meson: meson8b: add the video clock trees "

[PATCH v2 0/1] add support for the NAND clocks on Meson8b
 2018-01-01 21:01 UTC  (2+ messages)
` [PATCH v2 1/1] clk: meson: meson8b: add support for the NAND clocks

[PATCH v3 01/34] clk_ops: change round_rate() to return unsigned long
 2018-01-01 19:42 UTC 

[PATCH v2 01/34] clk_ops: change round_rate() to return unsigned long
 2018-01-01 19:07 UTC 

[RFT net-next v3 0/5] dwmac-meson8b: RGMII clock fixes for Meson8b
 2017-12-30 21:02 UTC  (15+ messages)
` [RFT net-next v3 1/5] net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode
` [RFT net-next v3 2/5] net: stmmac: dwmac-meson8b: simplify generating the clock names
` [RFT net-next v3 3/5] net: stmmac: dwmac-meson8b: fix internal RGMII clock configuration
` [RFT net-next v3 4/5] net: stmmac: dwmac-meson8b: fix setting the RGMII clock on Meson8b
` [RFT net-next v3 5/5] net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock

[PATCH 00/20] Verbatim device names and devm_nvmem_(un)register()
 2017-12-30  6:38 UTC  (22+ messages)
` [PATCH 01/20] nvmem: core: Allow specifying device name verbatim
` [PATCH 02/20] nvmem: Introduce devm_nvmem_(un)register()
` [PATCH 03/20] nvmem: vf610-ocotp: Convert to use devm_nvmem_register()
` [PATCH 04/20] nvmem: imx-ocotp: "
` [PATCH 05/20] nvmem: uniphier-efuse: "
` [PATCH 06/20] nvmem: snvs_lgpr: "
` [PATCH 07/20] nvmem: rockchip-efuse: "
` [PATCH 08/20] nvmem: qfprom: "
` [PATCH 09/20] nvmem: mtk-efuse: "
` [PATCH 10/20] nvmem: meson-mx-efuse: "
` [PATCH 11/20] nvmem: meson-efuse: "
` [PATCH 12/20] nvmem: lpc18xx_otp: "
` [PATCH 13/20] nvmem: imx-iim: "
` [PATCH 14/20] nvmem: bcm-ocotp: "
` [PATCH 15/20] nvmem: snvs_lpgpr: Convert commas to semicolons
` [PATCH 16/20] nvmem: rockchip-efuse: Make use of of_device_get_match_data()
` [PATCH 17/20] nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly
` [PATCH 18/20] nvmem: rockchip-efuse: "
` [PATCH 19/20] nvmem: imx-iim: "
` [PATCH 20/20] nvmem: bcm-ocotp: "

[GIT PULL] Amlogic clock driver updates for 4.16 - 3rd round
 2017-12-29 17:44 UTC 

[RFT net-next v2 0/3] dwmac-meson8b: RGMII clock fixes for Meson8b
 2017-12-28 19:28 UTC  (8+ messages)
` [RFT net-next v2 1/3] net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode
` [RFT net-next v2 2/3] net: stmmac: dwmac-meson8b: fix setting the RGMII clock on Meson8b
` [RFT net-next v2 3/3] net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock

[PATCH -next] clk: meson-axg: fix return value check in axg_clkc_probe()
 2017-12-28 18:42 UTC  (2+ messages)

[PATCH -next] clk: meson-axg: make local symbol axg_gp0_params_table static
 2017-12-28 18:42 UTC  (2+ messages)

[RFT net-next 0/2] dwmac-meson8b: clock rounding fixes for Meson8b
 2017-12-23 23:12 UTC  (11+ messages)
` [RFT net-next 1/2] net: stmmac: dwmac-meson8b: fix setting the PHY clock on Meson8b
` [RFT net-next 2/2] net: stmmac: dwmac-meson8b: don't try to change m250_div parent's rate

[PATCH] clk: meson: mpll: use 64-bit maths in params_from_rate
 2017-12-23 22:28 UTC  (2+ messages)

[PATCH 0/2] soc: amlogic: meson-gx-pwrc-vpu: fix two issues
 2017-12-21 19:41 UTC  (3+ messages)
` [PATCH 1/2] soc: amlogic: meson-gx-pwrc-vpu: don't print error message on probe deferral
` [PATCH 2/2] soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is powered off

[GIT PULL] Amlogic 64-bit DT updates for v4.16
 2017-12-21 15:38 UTC  (2+ messages)

[GIT PULL] Amlogic 32-bit DT changes for v4.16
 2017-12-21 15:38 UTC  (2+ messages)

[PATCH 1/2] soc: amlogic: meson-gx-pwrc-vpu: don't print error message on probe deferral
 2017-12-21 13:33 UTC  (4+ messages)
` [PATCH 2/2] soc: amlogic: meson-gx-pwrc-vpu:
` [PATCH 1/2] soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is powered off

[PATCH v4 4/4] ARM: pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly
 2017-12-20  8:05 UTC  (2+ messages)

[GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch
 2017-12-19 22:45 UTC  (2+ messages)

[GIT PULL] Amlogic clock driver updates for 4.16
 2017-12-19 22:45 UTC  (2+ messages)

Faults on Odroid-C2 during shutdown and fix proposal
 2017-12-19 10:28 UTC  (2+ messages)

[PATCH v3] tty: serial: meson: allow baud-rates lower than 9600
 2017-12-19  8:56 UTC  (2+ messages)

[PATCH u-boot] net: phy: meson-gxl: detect LPA corruption
 2017-12-18 23:37 UTC  (3+ messages)
` [U-Boot,u-boot] "

[PATCH u-boot] ARM: arch-meson: fix writel arguments order
 2017-12-18 23:37 UTC  (3+ messages)
` [U-Boot,u-boot] "

[PATCH 0/4] meson8b-odroidc1: ethernet support
 2017-12-18 20:07 UTC  (10+ messages)
` [PATCH 2/4] ARM: dts: meson8b: extending ethernet controller description

[PATCH net-next v3 0/7] net: phy: meson-gxl: clean-up and improvements
 2017-12-18 18:25 UTC  (9+ messages)
` [PATCH net-next v3 1/7] net: phy: meson-gxl: check phy_write return value
` [PATCH net-next v3 2/7] net: phy: meson-gxl: define control registers
` [PATCH net-next v3 3/7] net: phy: meson-gxl: add read and write helpers for banked registers
` [PATCH net-next v3 4/7] net: phy: meson-gxl: use genphy_config_init
` [PATCH net-next v3 5/7] net: phy: meson-gxl: leave CONFIG_A6 untouched
` [PATCH net-next v3 6/7] net: phy: meson-gxl: add interrupt support
` [PATCH net-next v3 7/7] net: phy: meson-gxl: join the authors

[PATCH] ARM64: meson-axg: enable hardware rng
 2017-12-18 11:35 UTC 

[PATCH] ARM64: dts: meson-gxl: add internal ethernet PHY irq
 2017-12-18 10:27 UTC 

[PATCH v8] arm64: dts: meson-axg: switch uart_ao clock to CLK81
 2017-12-18  5:31 UTC  (3+ messages)

[PATCH v4 0/2] Add ethernet support for Meson-AXG SoC
 2017-12-16  3:55 UTC  (3+ messages)
` [PATCH v4 1/2] ARM64: dts: meson-axg: add ethernet mac controller
` [PATCH v4 2/2] ARM64: dts: meson-axg: enable ethernet for A113D S400 board

[PATCH v3 0/2] Add ethernet support for Meson-AXG SoC
 2017-12-16  3:38 UTC  (6+ messages)
` [PATCH v3 1/2] ARM64: dts: meson-axg: add ethernet mac controller
` [PATCH v3 2/2] ARM64: dts: meson-axg: enable ethernet for A113D S400 board

[PATCH v4 0/2] dt: add pinctrl driver for Meson-AXG SoC
 2017-12-16  3:27 UTC  (5+ messages)
` [PATCH v4 2/2] ARM64: dts: meson-axg: add pinctrl DT info "

[PATCH 3/3] arm64: dts: meson-axg: add new reset DT node
 2017-12-16  0:17 UTC  (3+ messages)

[PATCH v7 0/6] add clk controller driver for Meson-AXG SoC
 2017-12-15 20:00 UTC  (9+ messages)
` [PATCH v7 5/6] arm64: dts: meson-axg: add clock DT info for Meson AXG SoC
` [PATCH v7 6/6] arm64: dts: meson-axg: switch uart_ao clock to CLK81

[PATCH v2] ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC
 2017-12-15 19:51 UTC  (2+ messages)

[PATCH v3] ARM64: dts: meson-axg: enable IR controller
 2017-12-15 15:06 UTC  (3+ messages)

[PATCH v2] ARM64: dts: meson-axg: add the SPICC controller
 2017-12-15 14:48 UTC  (2+ messages)

[PATCH v4 2/4] ARM: PWM: add allwinner sun8i R40/V40/T3 pwm support
 2017-12-15  9:30 UTC  (3+ messages)

[PATCH 1/6 v3] mmc: meson-gx-mmc: Fix platform_get_irq's error checking
 2017-12-15  9:18 UTC  (10+ messages)
` [PATCH 2/6 v3] mmc: s3cmci: "
` [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq
` [PATCH 4/6 v3] mmc: sdhci-spear: "
` [PATCH 6/6 v3] mmc: sunxi-mmc: "


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