Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-22 22:02:45 to 2017-02-15 19:46:04 UTC [more...]

[PATCH 01/18] mmc: meson-gx: set segment host parameters
 2017-02-15 19:46 UTC  (38+ messages)
` [PATCH 02/18] mmc: meson-gx: remove code for unsupported CMD23
` [PATCH 03/18] mmc: meson-gx: explicitely call stop command for multi-block commands only
` [PATCH 04/18] mmc: meson-gx: improve meson_mmc_start_cmd
` [PATCH 05/18] mmc: meson-gx: eliminate struct sd_emmc_data
` [PATCH 06/18] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
` [PATCH 07/18] mmc: meson-gx: check return value of sg_copy_[from,to]_buffer
  ` [PATCH 07/18] mmc: meson-gx: check return value of sg_copy_[from, to]_buffer
` [PATCH 08/18] mmc: meson-gx: make two functions return void
` [PATCH 09/18] mmc: meson-gx: change interrupt name
` [PATCH 10/18] mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
` [PATCH 11/18] mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init
` [PATCH 12/18] mmc: meson-gx: remove member parent_mux from struct meson_host
` [PATCH 13/18] mmc: meson-gx: remove unneeded meson_mmc_clk_set in meson_mmc_clk_init
` [PATCH 14/18] mmc: meson-gx: remove unneeded devm_kstrdup "
` [PATCH 15/18] mmc: meson-gx: improve initial configuration
` [PATCH 16/18] mmc: meson-gx: improve response reading and sending stop command
` [PATCH 17/18] mmc: meson-gx: remove member mrq from struct meson_host
` [PATCH 18/18] mmc: meson-gx: move handling of one case from threaded handler to main irq

[PATCH] reset: fix shared reset triggered_count decrement on error
 2017-02-15 18:15 UTC 

[PATCH] ARM64: dts: meson-gxbb-odroidc2: Enable SARADC node
 2017-02-14 21:18 UTC 

[PATCH 00/18] mmc: meson-gx: code and performance improvements
 2017-02-14 20:05 UTC 

[PATCH 0/2] Add support for HwaCom AmazeTV
 2017-02-12 19:32 UTC  (3+ messages)
` [PATCH 1/2] devicetree: Add vendor prefix for Hwacom Systems Inc
` [PATCH 2/2] ARM64: dts: meson-gxl: Add support for HwaCom AmazeTV

[PATCH 0/2] meson-gxbb: Add mali-450 support
 2017-02-10 10:04 UTC  (3+ messages)
` [PATCH 1/2] clk: meson-gxbb: Add MALI clocks and fix GP0 pll support
` [PATCH 2/2] ARM64: dts: meson-gxbb: Add Mali node

[PATCH] phy: meson8b-usb2: fix offsets for some of the registers
 2017-02-10  9:27 UTC  (3+ messages)

[PATCH] ARM64: dts: meson-gxbb-odroidc2: switch ethernet phy mode to rgmii-txid
 2017-02-09 23:09 UTC 

[PATCH 1/2] clk: scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates
 2017-02-09 14:29 UTC  (10+ messages)
` [PATCH 2/2] cpufreq: "

[PATCH 1/4] mmc: pwrseq: add op reset to struct mmc_pwrseq_ops
 2017-02-08 21:49 UTC  (4+ messages)
` [PATCH 2/4] mmc: pwrseq: implement reset operation in pwrseq_emmc
` [PATCH 3/4] mmc: meson-gx: add pwrseq-based hw_reset
` [PATCH 4/4] ARM64: dts: meson-gxbb-odroidc2: add hw-reset capability flag for emmc port

[PATCH 0/4] mmc: add pwrseq-based hw_reset
 2017-02-08 21:45 UTC 

[PATCH v3 1/9] mmc: meson: Assign the minimum clk rate as close to 400KHz as possible
 2017-02-08 11:51 UTC  (2+ messages)

[PATCH 0/4] reset: de-modularize the remaining reset drivers
 2017-02-08 10:43 UTC  (4+ messages)
` [PATCH 3/4] reset: meson: make it explicitly non-modular

[PATCH v3 2/9] mmc: meson-gx: minor improvements in meson_mmc_set_ios
 2017-02-08 10:17 UTC  (9+ messages)
` [PATCH v3 3/9] mmc: meson-gx: improve meson_mmc_clk_set
` [PATCH v3 4/9] mmc: meson-gx: improve meson_mmc_irq_thread
` [PATCH v3 5/9] mmc: meson-gx: improve interrupt handling
` [PATCH v3 6/9] mmc: meson-gx: set max block count and request size
` [PATCH v3 7/9] mmc: meson-gx: reduce bounce buffer size
` [PATCH v3 8/9] mmc: meson-gx: remove unneeded checks in remove
` [PATCH v3 9/9] mmc: meson-gx: add support for HS400 mode

[PATCH] ARM64: dts: meson-gxbb: set reset for ethernet
 2017-02-08  8:45 UTC  (4+ messages)

[PATCH] mmc: meson-gx: add support for HS400 mode
 2017-02-06 18:28 UTC  (4+ messages)

[PATCH 0/2] scpi: RfC - Allow to ignore invalid SCPI DVFS clock rates
 2017-02-06 18:17 UTC  (3+ messages)

[PATCH v2 1/9] mmc: meson-gx: fix setting f_min
 2017-02-05 15:15 UTC  (5+ messages)

[PATCH] net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID mode
 2017-02-03 19:47 UTC  (3+ messages)

[GIT PULL] Amlogic 64-bit DT updates for v4.11, round 2
 2017-02-03 19:00 UTC 

[PATCH v2 2/9] mmc: meson-gx: minor improvements in meson_mmc_set_ios
 2017-02-03 18:20 UTC  (12+ messages)
` [PATCH v2 3/9] mmc: meson-gx: improve meson_mmc_clk_set
` [PATCH v2 4/9] mmc: meson-gx: improve meson_mmc_irq_thread
` [PATCH v2 5/9] mmc: meson-gx: improve interrupt handling
` [PATCH v2 6/9] mmc: meson-gx: set max block count and request size
` [PATCH v2 7/9] mmc: meson-gx: reduce bounce buffer size
` [PATCH v2 8/9] mmc: meson-gx: remove unneeded checks in remove
` [PATCH v2 9/9] mmc: meson-gx: add support for HS400 mode

[PATCH] mmc: meson: Assign the minimum clk rate as close to 100KHz as possible
 2017-02-03 18:11 UTC  (2+ messages)

[PATCH] net: stmmac: add separate warning for PTP not being supported by HW
 2017-02-03  3:01 UTC  (2+ messages)

[PATCH] Documentation: devicetree: meson-ir: "linux, rc-map-name" is supported
 2017-02-02 13:04 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" "

[PATCH 0/2] drm: meson: Fixup driver and module name
 2017-02-02 12:06 UTC  (6+ messages)
` [PATCH 1/2] drm: meson: rename module name to meson-drm
` [PATCH 2/2] drm: meson: rename driver "

[PATCH 1/3] mmc: meson-gx: fix setting f_min
 2017-02-01  0:36 UTC  (6+ messages)

[GIT PULL] Amlogic 64-bit DT updates for v4.11
 2017-01-31 20:53 UTC  (3+ messages)

[PATCH v3] mmc: meson-gx: set max block count
 2017-01-30 19:33 UTC 

[PATCH] ARM64: meson-gxbb-p200: add ADC laddered keys
 2017-01-30 18:50 UTC  (2+ messages)

[PATCH v4 0/3] Amlogic Meson SAR ADC support
 2017-01-30 18:50 UTC  (8+ messages)
` [PATCH v4 1/3] Documentation: dt-bindings: add the Amlogic Meson SAR ADC documentation
` [PATCH v4 2/3] iio: adc: add a driver for the SAR ADC found in Amlogic Meson SoCs
` [PATCH v4 3/3] ARM64: dts: meson: meson-gx: add the SAR ADC

[PATCH v2] mmc: meson-gx: set max block count
 2017-01-30 16:58 UTC  (2+ messages)

[PATCH] mmc: meson-gx: set max block count to 256
 2017-01-30 16:53 UTC  (4+ messages)

[PATCH 00/18] ARM64: meson: DT cleanups
 2017-01-30 14:59 UTC  (31+ messages)
` [PATCH 01/18] Documentation: devicetree: amlogic: Reorder boards
` [PATCH 04/18] ARM64: dts: meson-gxbb-p20x: Fix Wifi node name
` [PATCH 05/18] ARM64: dts: meson-gx-p23x-q20x: "
` [PATCH 06/18] ARM64: dts: meson-gxm-nexbox-a1: Drop UART comment
` [PATCH 07/18] ARM64: dts: meson-gxl-s905x: Comment typo fix
` [PATCH 09/18] ARM64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
` [PATCH 10/18] ARM64: dts: meson-gxbb: Reorder nodes
` [PATCH 13/18] ARM64: dts: meson-gxbb-nexbox-a95x: "
` [PATCH 15/18] ARM64: dts: meson-gxl: "
` [PATCH 16/18] ARM64: dts: meson-gxl-s905x-nexbox-a95x: "
` [PATCH 17/18] ARM64: dts: meson-gxm-nexbox-a1: "
` [PATCH 18/18] ARM64: dts: meson-gx-p23x-q20x: "

[PATCH 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs
 2017-01-30 11:05 UTC  (5+ messages)
` [PATCH 1/4] drm: bridge: dw-hdmi: Switch to regmap for register access
` [PATCH 2/4] drm: bridge: dw-hdmi: Add support for custom PHY handling
` [PATCH 3/4] drm: bridge: dw-hdmi: Enable CSC even for DVI
` [PATCH 4/4] drm: bridge: dw-hdmi: Take input format from plat_data

[RFC] spi-gpio on Odroid-C2 board
 2017-01-30  8:44 UTC  (2+ messages)

[PATCH 0/3] meson-gx: add pwm_AO_ab
 2017-01-27 19:02 UTC  (6+ messages)
` [PATCH 2/3] pinctrl: meson: meson-gxl: add the pwm_ao_b pin

[PATCH] clk: gxbb: fix CLKID_ETH defined twice
 2017-01-27 18:58 UTC  (3+ messages)

[PATCH 3/3] mmc: meson-gx: improve meson_mmc_clk_set
 2017-01-27 18:03 UTC  (2+ messages)

[PATCH 2/3] mmc: meson-gx: minor improvements in meson_mmc_set_ios
 2017-01-27 17:43 UTC  (2+ messages)

[PATCH 0/2] Amlogic fixes for v4.10-rc
 2017-01-27 15:40 UTC  (4+ messages)

[PATCH] clk: meson8b: fix clk81 register address
 2017-01-27  8:43 UTC  (4+ messages)

[PATCH] MMC: meson: cleanup stray debug messages
 2017-01-26  0:01 UTC 

[PATCH net-next v4 0/2] stmmac: dwmac-meson8b: configurable RGMII TX delay
 2017-01-24 18:36 UTC  (5+ messages)
` [PATCH net-next v5 "
  ` [PATCH net-next v5 1/2] net: dt-bindings: add RGMII TX delay configuration to meson8b-dwmac
  ` [PATCH net-next v5 2/2] net: stmmac: dwmac-meson8b: make the RGMII TX delay configurable

[PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay
 2017-01-23 19:02 UTC  (4+ messages)
` [PATCH v4 "

[PATCH 1/2] ARM64: dts: meson-gxm: Add R-Box Pro
 2017-01-23 18:32 UTC  (5+ messages)
` [PATCH 1/3] Documentation: devicetree: Add Kingnovel vendor prefix
  ` [PATCH 3/3] ARM64: dts: meson-gxm-rbox-pro: Add board compatible string


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox