messages from 2017-03-03 16:42:08 to 2017-03-14 09:40:07 UTC [more...]
[PATCH] clocksource: add missing line break to error messages
2017-03-14 9:40 UTC (3+ messages)
[PATCH v3 0/6] drm: bridge: dw-hdmi: Add support for Custom PHYs
2017-03-14 8:14 UTC (16+ messages)
` [PATCH v3 1/6] drm: bridge: dw-hdmi: Extract PHY interrupt setup to a function
` [PATCH v3 2/6] media: uapi: Add RGB and YUV bus formats for Synopsys HDMI TX Controller
` [PATCH v3 3/6] documentation: media: Add documentation for new RGB and YUV bus formats
` [PATCH v3 4/6] drm: bridge: dw-hdmi: Switch to V4L bus format and encodings
` [PATCH v3 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats
` [PATCH v3 6/6] drm: bridge: dw-hdmi: Move HPD handling to PHY operations
[PATCH v3 00/10] i2c: meson: series with improvements
2017-03-13 19:03 UTC (13+ messages)
` [PATCH v3 01/10] i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH v3 02/10] i2c: meson: remove member irq from struct meson_i2c
` [PATCH v3 03/10] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH v3 04/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v3 05/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v3 06/10] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH v3 07/10] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH v3 08/10] i2c: meson: don't create separate token chain just for the stop command
` [PATCH v3 09/10] i2c: meson: remove meson_i2c_write_tokens
` [PATCH v3 10/10] i2c: meson: improve and simplify interrupt handler
[PATCH 0/5] clk: meson: Fix GXBB and GXL/GXM GP0 PLL
2017-03-13 13:26 UTC (6+ messages)
` [PATCH 1/5] clk: meson: Add support for parameters for specific PLLs
` [PATCH 2/5] clk: meson-gxbb: Add GP0 PLL init parameters
` [PATCH 3/5] clk: meson-gxbb: Add GXL/GXM GP0 Variant
` [PATCH 4/5] clk: meson-gxbb: Expose GP0 dt-bindings clock id
` [PATCH 5/5] dt-bindings: clock: gxbb-clkc: Add GXL compatible variant
[RESEND PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes
2017-03-13 9:10 UTC (4+ messages)
` [RESEND PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi
` [RESEND PATCH 2/3] ARM64: dts: meson-gx: empty line cleanup
` [RESEND PATCH 3/3] ARM64: dts: meson-gx: Prepend GX generic compatible like other nodes
[PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes
2017-03-13 9:03 UTC (7+ messages)
` [PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi
` [PATCH 2/3] ARM64: dts: meson-gx: empty line cleanup
` [PATCH 3/3] ARM64: dts: meson-gx: Prepend GX generic compatible like other nodes
[PATCH] ARM64: dts: meson-gxbb-odroidc2: enable USB Host Nodes
2017-03-11 6:48 UTC (6+ messages)
[PATCH v3 0/3] meson-gx: Add mali-450 support
2017-03-11 0:42 UTC (5+ messages)
` [PATCH v3 1/3] clk: meson-gxbb: Add MALI clock IDS
` [PATCH v3 2/3] clk: meson-gxbb: Add MALI clocks
` [PATCH v3 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL
[PATCH v2 0/9] clk: meson: update clock controller for audio support
2017-03-11 0:39 UTC (11+ messages)
` [PATCH v2 1/9] clk: meson: fix SET_PARM macro
` [PATCH v2 2/9] clk: meson: add missing const qualifiers on gate arrays
` [PATCH v2 3/9] clk: meson8b: put dividers and muxes in tables
` [PATCH v2 4/9] clk: gxbb: "
` [PATCH v2 5/9] clk: meson: mpll: add rw operation
` [PATCH v2 6/9] clk: meson: gxbb: mpll: use "
` [PATCH v2 7/9] clk: meson8b: add the mplls clocks 0, 1 and 2
` [PATCH v2 8/9] clk: meson: mpll: correct N2 maximum value
` [PATCH v2 9/9] dt-bindings: clk: gxbb: expose i2s output clock gates
[PATCH 0/2] meson-gxl pinctrl - add the missing PWM pins
2017-03-11 0:16 UTC (7+ messages)
` [PATCH 1/2] pinctrl: meson: gxl: add the missing PWM pin definitions
` [PATCH 2/2] ARM64: dts: amlogic: meson-gxl: add the missing PWM pins
[PATCH v2 00/10] i2c: meson: series with improvements
2017-03-10 23:36 UTC (15+ messages)
` [PATCH v2 01/10] i2c: meson: i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH v2 02/10] i2c: meson: remove member irq from struct meson_i2c
` [PATCH v2 03/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v2 04/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v2 05/10] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH v2 06/10] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH v2 07/10] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH v2 08/10] i2c: meson: don't create separate token chain just for the stop command
` [PATCH v2 09/10] i2c: meson: remove meson_i2c_write_tokens
` [PATCH v2 10/10] i2c: meson: improve and simplify interrupt handler
[PATCH v3 0/2] Add support for HwaCom AmazeTV
2017-03-10 22:13 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: amlogic: Add HwaCom board
` [PATCH v3 2/2] ARM64: dts: meson-gxl: Add support for HwaCom AmazeTV
[PATCH 0/2] Meson GXL USB2 PHY driver
2017-03-10 13:09 UTC (7+ messages)
` [PATCH 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY
` [PATCH 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM
[PATCH 00/12] i2c: meson: series with improvements
2017-03-09 20:16 UTC (24+ messages)
` [PATCH 01/12] i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH 02/12] i2c: meson: remove member irq from struct meson_i2c
` [PATCH 03/12] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH 04/12] i2c: meson: use full 12 bits for clock divider
` [PATCH 05/12] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH 06/12] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH 07/12] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH 08/12] i2c: meson: explicitly ignore messages with length zero
` [PATCH 09/12] i2c: meson: don't create separate token chain just for the stop command
` [PATCH 10/12] i2c: meson: remove meson_i2c_write_tokens
` [PATCH 11/12] i2c: meson: improve and simplify interrupt handler
` [PATCH 12/12] i2c: meson: use state in meson_i2c_prepare_xfer
[PATCH 0/2] ARM64: dts: meson-gxbb-odroidc2: Add GPIO lines names
2017-03-09 14:52 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ARM64: dts: meson-gxbb-odroidc2: Fix TFLASH VDD regulator GPIO line
[PATCH] i2c: meson: fix wrong variable usage in meson_i2c_put_data
2017-03-09 14:41 UTC (3+ messages)
[PATCH 1/15] clk: divider: Make divider_round_rate take the parent clock
2017-03-09 10:55 UTC (3+ messages)
[PATCH v3 0/2] scpi-sensors: Fix SCP sensor readings scale
2017-03-09 10:17 UTC (3+ messages)
` [PATCH v3 1/2] Documentation: bindings: Introduce scpi,sensors-scale
` [PATCH v3 2/2] hwmon: (scpi) Fix the scale of SCP sensor readings
[PATCH v2 0/2] scpi-sensors: Fix SCP sensor readings scale
2017-03-08 19:11 UTC (5+ messages)
` [PATCH v2 2/2] hwmon: (scpi) Fix the scale of SCP sensor readings
[PATCH 0/3] pinctrl: meson: Fix and add missing pins definitions
2017-03-07 13:31 UTC (4+ messages)
` [PATCH 1/3] pinctrl: meson-gxbb: Fix typo in i2c ao groups
` [PATCH 2/3] pinctrl: meson-gxl: Fix inverted registers and add missing pins
` [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups
[PATCH] ARM64: dts: meson-gx: Add Buttons to Q200 and P230 boards
2017-03-07 10:40 UTC
[PATCH v2 0/3] meson-gx: Add mali-450 support
2017-03-07 10:36 UTC (9+ messages)
` [PATCH v2 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL
[PATCH v5 0/10] mmc: meson-gx: series with smaller improvements
2017-03-06 18:24 UTC (12+ messages)
` [PATCH v5 1/10] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
` [PATCH v5 2/10] mmc: meson-gx: make two functions return void
` [PATCH v5 3/10] mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
` [PATCH v5 4/10] mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init
` [PATCH v5 5/10] mmc: meson-gx: remove member parent_mux from struct meson_host
` [PATCH v5 6/10] mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probe
` [PATCH v5 7/10] mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_init
` [PATCH v5 8/10] mmc: meson-gx: improve initial configuration
` [PATCH v5 9/10] mmc: meson-gx: remove member mrq from struct meson_host
` [PATCH v5 10/10] mmc: meson-gx: replace magic timeout numbers with constants
[PATCH 0/3] Khadas VIM support (Amlogic Meson GXL S905X)
2017-03-06 16:12 UTC (5+ messages)
` [PATCH 1/3] devicetree: add vendor prefix for Khadas
` [PATCH 2/3] dt-bindings: amlogic: add the Khadas VIM
` [PATCH 3/3] ARM64: dts: meson-gxl: add support for the Khadas VIM board
[PATCH v2 0/2] drm: bridge: dw-hdmi: Add support for Custom PHYs
2017-03-06 12:39 UTC (10+ messages)
` [PATCH v2 1/2] drm: bridge: dw-hdmi: Take input format from plat_data
[PATCH v2] ARM64: dts: meson-gxl: Add support for HwaCom AmazeTV
2017-03-04 12:17 UTC (2+ messages)
[PATCH] phy: meson8b-usb2: fix offsets for some of the registers
2017-03-04 10:20 UTC (2+ messages)
` [PATCH v2] "
[PATCH v4 0/10] mmc: meson-gx: series with smaller improvements
2017-03-04 9:56 UTC
[PATCH 0/1] meson-gxl: improve support for the P212 board
2017-03-04 9:52 UTC (3+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] ARM64: dts: meson-gxl: improve support for the P212 reference design
[PATCH v4 0/10] mmc: meson-gx: series with smaller improvements
2017-03-04 5:36 UTC (15+ messages)
` [PATCH v4 1/10] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
` [PATCH v4 2/10] mmc: meson-gx: make two functions return void
` [PATCH v4 3/10] mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
` [PATCH v4 4/10] mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init
` [PATCH v4 5/10] mmc: meson-gx: remove member parent_mux from struct meson_host
` [PATCH v4 6/10] mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probe
` [PATCH v4 7/10] mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_init
` [PATCH v4 8/10] mmc: meson-gx: improve initial configuration
` [PATCH v4 9/10] mmc: meson-gx: remove member mrq from struct meson_host
` [PATCH v4 10/10] mmc: meson-gx: replace magic timeout numbers with constants
[PATCH 0/2] Add support for HwaCom AmazeTV
2017-03-03 19:00 UTC (5+ 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/1] ARM64: defconfig: add support for PWM LEDs
2017-03-03 18:43 UTC (3+ messages)
` [PATCH 1/1] ARM64: defconfig: enable the leds-pwm driver and default-on trigger
[PATCH v3 1/10] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
2017-03-03 18:17 UTC (4+ messages)
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