linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-13 10:54:11 to 2015-04-09 10:19:48 UTC [more...]

[PATCH 0/8] clk: Minor cleanups
 2015-04-09 10:19 UTC  (14+ messages)
` [PATCH 1/8] clk: rockchip: Staticize file-scope declarations
  ` [PATCH 2/8] clk: exynos: "
  ` [PATCH 5/8] clk: cdce706: Constify parent names in clock init data
  ` [PATCH 6/8] clk: sirf: "
  ` [PATCH 8/8] MIPS: Alchemy: Remove unneeded cast removing const
` [PATCH 3/8] clk: Constify pointers to parent names in init data
` [PATCH 4/8] clk: tegra: Fix duplicate const for parent names
` [PATCH 7/8] clk: ls1x: "

drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1384: possible bad if test ?
 2015-04-09  8:47 UTC 

[GIT PULL] ARM: dts: rockchip: small bunch of improvements, maybe still for 4.1
 2015-04-08 23:28 UTC 

[PATCH v3] ASoC: max98090: add shutdown callback for max98090
 2015-04-08 17:09 UTC  (2+ messages)

[PATCH v4 1/4] mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
 2015-04-08 11:28 UTC  (16+ messages)
  ` [PATCH v4 2/4] mmc: core: Add mmc_regulator_set_vqmmc()
    ` [PATCH v4 4/4] ARM: dts: Specify VMMC and VQMMC on rk3288-evb

[PATCH v2] ASoC: max98090: add shutdown callback for max98090
 2015-04-08 11:04 UTC  (3+ messages)

[PATCH 0/1] ASoC: max98090: add shutdown callback for max98090
 2015-04-08 10:15 UTC  (7+ messages)
  ` [PATCH] "

[PATCH 1/2] ARM: dts: rockchip: add act8846 supplies on rk3288-firefly
 2015-04-07 23:34 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: rockchip: enable tsadc on rk3288 boards

[PATCH] arm: dts: rk3288: Enable Cortex-A12 HW PMU events
 2015-04-07 21:38 UTC  (3+ messages)

[PATCH 1/3] mmc: dw_mmc: Increase cmd11 timeout to 500ms
 2015-04-07  2:00 UTC  (6+ messages)
` [PATCH 2/3] mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
` [PATCH 3/3] mmc: dw_mmc: Add locking around cmd11 timer

[PATCH] rtc: hym8563: fix swapped enable/disable of clockout control bit
 2015-04-05  9:06 UTC  (2+ messages)
` [rtc-linux] "

[GIT PULL] drm/rockchip: fixes
 2015-04-03  6:49 UTC 

[PATCH 0/4] clk: improve handling of orphan clocks
 2015-04-02 15:34 UTC  (5+ messages)
` [PATCH 1/4] clk: Propagate prepare and enable when reparenting orphans
` [PATCH 2/4] clk: add clk_is_orphan() to check if a clocks inherits from an orphan clock
` [PATCH 3/4] clk: add CLK_DEFER_ORPHAN flag to prevent orphans from being used
` [PATCH 4/4] clk: rockchip: enable CLK_DEFER_ORPHAN for all branches

[GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
 2015-04-02  0:53 UTC  (4+ messages)
` [GIT PULL 2/2] ARM: rockchip: dts "

[PATCH RFC v2 00/12] drm/rockchip: add support for lvds controller and external encoders
 2015-04-01 10:40 UTC  (15+ messages)
` [PATCH RFC v2 01/12] drm/encoder: add functionality to register encoders to a global list
  ` [PATCH RFC v2 02/12] drm/connector: add functionality to register connectors "
  ` [PATCH RFC v2 03/12] drm: add components subdirectory and infrastructure
  ` [PATCH RFC v2 05/12] drm/components: add generic vga connector driver
  ` [PATCH RFC v2 07/12] drm/rockchip: Add support for Rockchip Soc LVDS
  ` [PATCH RFC v2 08/12] drm/rockchip: lvds: register a bridge when no panel is set
` [PATCH RFC v2 04/12] drm/components: add generic vga encoder driver
` [PATCH RFC v2 06/12] dt-bindings: Add documentation for rockchip lvds
` [PATCH RFC v2 09/12] drm/rockchip: enable rgb output of vops for all other connectors
` [PATCH RFC v2 10/12] ARM: dts: rockchip: add rk3288 lcdc0 pinmux settings
` [PATCH RFC v2 11/12] ARM: dts: rockchip: add rk3288 lvds node
` [PATCH RFC v2 12/12] ARM: dts: rockchip: add vga encoder and enable lvds on rk3288-firefly

[PATCH] drm/rockchip: vop: add vop power domain support
 2015-04-01  5:48 UTC 

[PATCH v4 0/3] Improve eys-diagram & single-ended electric test for rk3288 HDMI
 2015-04-01  3:57 UTC  (4+ messages)
` [PATCH v4 1/3] drm: bridge/dw_hdmi: fixed codec style
` [PATCH v4 2/3] drm: bridge/dw_hdmi: separate VLEVCTRL settting into platform driver
` [PATCH v4 3/3] drm: rockchip/dw_hdmi-rockchip: improve for HDMI electrical test

[PATCH v3 0/3] Improve eye-diagram & single-ended test for rk3288 hdmi
 2015-04-01  2:38 UTC  (6+ messages)
  ` [PATCH v3 2/3] drm: bridge/dw_hdmi_rockchip: improve hdmi eye-diagram test

[PATCH 00/16 v2] iommu: Move domain allocation into drivers
 2015-03-31 13:33 UTC  (27+ messages)
  ` [PATCH 01/16] iommu: Introduce domain_alloc and domain_free iommu_ops
  ` [PATCH 02/16] iommu: Introduce iommu domain types
  ` [PATCH 03/16] iommu: Only allow iommu_map/unmap for paging domains
  ` [PATCH 04/16] iommu/amd: Make use of domain_alloc and domain_free
  ` [PATCH 05/16] iommu/vt-d: "
  ` [PATCH 06/16] iommu/omap: "
  ` [PATCH 07/16] iommu/arm-smmu: "
  ` [PATCH 08/16] iommu/exynos: "
  ` [PATCH 09/16] iommu/tegra-smmu: "
  ` [PATCH 10/16] iommu/tegra-gart: "
  ` [PATCH 11/16] iommu/msm: "
  ` [PATCH 12/16] iommu/shmobile: "
  ` [PATCH 13/16] iommu/ipmmu-vmsa: "
  ` [PATCH 14/16] iommu/rockchip: "
` [PATCH 15/16] iommu/fsl: "
` [PATCH 16/16] iommu: Remove domain_init and domain_free iommu_ops

[PATCH 0/1] drm: rockchip: Turn off VT switching on suspend
 2015-03-31 10:22 UTC  (2+ messages)
` [PATCH] "

[PATCH] mmc: dw_mmc: Consider HLE errors to be data and command errors
 2015-03-30 15:47 UTC  (3+ messages)

[PATCH 0/3] Improve dw-hdmi CTS/N setting
 2015-03-30 13:23 UTC  (7+ messages)
` [PATCH 1/3] drm: bridge/dw_hdmi: combine hdmi_set_clock_regenerator_n() and hdmi_regenerate_cts()
` [PATCH 2/3] drm: bridge/dw_hdmi: protect n/cts setting with a mutex
  ` [PATCH 3/3] drm: bridge/dw_hdmi: adjust n/cts setting order

[PATCH] mmc: dw_mmc: Don't send clock off command if power is off
 2015-03-27  7:21 UTC  (4+ messages)

[PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio
 2015-03-27  1:19 UTC  (4+ messages)
    ` [PATCH v4 14/15] ASoC: rockchip/rockchip-hdmi-audio: add sound driver for "

[PATCH v3 1/2] drm/bridge: dw-hdmi: support optional supply regulators
 2015-03-25 16:51 UTC  (2+ messages)

[PATCH v5] drm/panel: Add support for AUO b101ean01 panel
 2015-03-24 11:02 UTC 

[PATCH 03/11] drm: add driver for simple vga encoders
 2015-03-23 20:54 UTC 

[PATCH 00/15] iommu: Move domain allocation into drivers
 2015-03-23 13:35 UTC  (3+ messages)

[PATCH] CHROMIUM: iommu: rockchip: Make sure that page table state is coherent
 2015-03-23 12:29 UTC  (2+ messages)

[GIT PULL] ARM: rockchip: small fixes for 4.0-rc
 2015-03-16 14:23 UTC  (3+ messages)
` [PATCH] MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry

[GIT PULL] drm/rockchip: fix some problem
 2015-03-16  6:43 UTC 

[PATCH 0/1] ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
 2015-03-14 18:40 UTC  (3+ messages)
  ` [PATCH] "

[PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
 2015-03-13 10:54 UTC 


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