linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-27 09:30:34 to 2016-06-06 09:33:53 UTC [more...]

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-06-06  9:33 UTC  (17+ messages)
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver
  ` [PATCH v8 1/3] dt-bindings: soc: Add documentation for the MediaTek GCE unit
  ` [PATCH v8 3/3] arm64: dts: mt8173: Add GCE node

[RFC v3 01/45] powerpc: dma-mapping: Don't hard-code the value of DMA_ATTR_WEAK_ORDERING
 2016-06-06  6:45 UTC  (52+ messages)
  ` [RFC v3 02/45] dma-mapping: Use unsigned long for dma_attrs
  ` [RFC v3 03/45] alpha: "
  ` [RFC v3 04/45] arc: "
  ` [RFC v3 05/45] ARM: "
  ` [RFC v3 06/45] arm64: "
  ` [RFC v3 07/45] avr32: "
  ` [RFC v3 08/45] blackfin: "
  ` [RFC v3 09/45] c6x: "
  ` [RFC v3 10/45] cris: "
  ` [RFC v3 11/45] frv: "
  ` [RFC v3 12/45] drm/exynos: "
  ` [RFC v3 13/45] drm/mediatek: "
  ` [RFC v3 14/45] drm/msm: "
  ` [RFC v3 15/45] drm/nouveau: "
  ` [RFC v3 16/45] drm/rockship: "
  ` [RFC v3 17/45] infiniband: "
  ` [RFC v3 18/45] iommu: "
  ` [RFC v3 19/45] [media] "
  ` [RFC v3 20/45] xen: "
  ` [RFC v3 21/45] swiotlb: "
  ` [RFC v3 22/45] powerpc: "
  ` [RFC v3 23/45] video: "
  ` [RFC v3 24/45] x86: "
  ` [RFC v3 25/45] iommu: intel: "
  ` [RFC v3 26/45] h8300: "
  ` [RFC v3 27/45] hexagon: "
  ` [RFC v3 28/45] ia64: "
  ` [RFC v3 29/45] m68k: "
  ` [RFC v3 30/45] metag: "
  ` [RFC v3 31/45] microblaze: "
  ` [RFC v3 32/45] mips: "
  ` [RFC v3 33/45] mn10300: "
  ` [RFC v3 34/45] nios2: "
  ` [RFC v3 35/45] openrisc: "
  ` [RFC v3 36/45] parisc: "
  ` [RFC v3 37/45] misc: mic: "
  ` [RFC v3 38/45] s390: "
  ` [RFC v3 39/45] sh: "
  ` [RFC v3 40/45] sparc: "
  ` [RFC v3 41/45] tile: "
  ` [RFC v3 42/45] unicore32: "
  ` [RFC v3 43/45] xtensa: "
  ` [RFC v3 44/45] dma-mapping: Remove dma_get_attr
  ` [RFC v3 45/45] dma-mapping: Document the DMA attributes right in declaration

[PATCH 00/12] net: mediatek: various small fixes
 2016-06-06  6:43 UTC  (17+ messages)
` [PATCH 03/12] net: mediatek: fix missing free of scratch memory
  ` [PATCH 01/12] net: mediatek: fix DQL support
  ` [PATCH 02/12] net: mediatek: add missing return code check
  ` [PATCH 04/12] net: mediatek: invalid buffer lookup in mtk_tx_map()
  ` [PATCH 05/12] net: mediatek: dropped rx packets are not being counted properly
  ` [PATCH 06/12] net: mediatek: add next data pointer coherency protection
  ` [PATCH 07/12] net: mediatek: disable all interrupts during probe
  ` [PATCH 08/12] net: mediatek: fix threshold value
  ` [PATCH 09/12] net: mediatek: increase watchdog_timeo
` [PATCH 10/12] net: mediatek: fix off by one in the TX ring allocation
` [PATCH 11/12] net: mediatek: only wake the queue if it is stopped
` [PATCH 12/12] net: mediatek: remove superfluous queue wake up call

[PATCH v3 0/5] MT2701 iommu support
 2016-06-06  1:30 UTC  (2+ messages)

Add MediaTek USB3 DRD Driver
 2016-06-05  9:33 UTC  (10+ messages)
` [PATCH v2,1/5] dt-bindings: mt8173-xhci: support host side of dual-role mode
` [PATCH v2,2/5] usb: xhci-mtk: make IPPC register optional
` [PATCH v2,4/5] usb: Add MediaTek USB3 DRD Driver
  ` [PATCH v2,3/5] dt-bindings: mtu3: add devicetree bindings
  ` [PATCH v2,5/5] arm64: dts: mediatek: add USB3 DRD driver

[PATCH V4 0/4] net-next: mediatek: improve phy support
 2016-06-03 23:54 UTC  (6+ messages)
` [PATCH V4 1/4] net-next: mediatek: use mdiobus_free() in favour of kfree()
  ` [PATCH V4 2/4] net-next: mediatek: fix gigabit and flow control advertisement
  ` [PATCH V4 3/4] net-next: mediatek: add fixed-phy support
  ` [PATCH V4 4/4] net-next: mediatek: properly handle RGMII modes

[PATCH v2 1/3] of: add common OF-based component functionality
 2016-06-03 19:52 UTC  (10+ messages)
` [PATCH v2 2/3] drm: convert DT component matching to component_match_add_release()
` [PATCH v2 3/3] iommu: "

[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
 2016-06-03 19:01 UTC  (30+ messages)
` [PATCH 01/20] drm/atomic: Fix remaining places where !funcs->best_encoder is valid
` [PATCH 02/20] drm: arc: Rely on the default ->best_encoder() behavior
` [PATCH 03/20] drm: atmel-hlcdc: "
` [PATCH 04/20] drm: exynos: "
` [PATCH 05/20] drm: fsl-dcu: "
` [PATCH 06/20] drm: i915: Rely on the default ->best_encoder() behavior where appropriate
` [PATCH 07/20] drm: mediatek: Rely on the default ->best_encoder() behavior
` [PATCH 08/20] drm: msm: Rely on the default ->best_encoder() behavior where appropriate
` [PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior
` [PATCH 10/20] drm: rockchip: "
` [PATCH 11/20] drm: sti: "
` [PATCH 12/20] drm: sun4i: "
` [PATCH 13/20] drm: tegra: "
` [PATCH 14/20] drm: vc4: "
` [PATCH 15/20] drm: virtgpu: "
` [PATCH 16/20] drm: omap: "
` [PATCH 17/20] drm/bridge: anx78xx: "
` [PATCH 18/20] drm/bridge: ptn3460: "
` [PATCH 19/20] drm/bridge: ps8622: "
` [PATCH 20/20] drm/bridge: dw-hdmi: Use drm_atomic_helper_best_encoder()

[PATCH v15] arm64: dts: mt8173: Add display subsystem related nodes
 2016-06-03 15:42 UTC  (2+ messages)

[PATCH RESEND 0/3] Support Mediatek Soc MT2701 disp pwm
 2016-06-03 15:35 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings
` [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support
` [PATCH 3/3] dts: Add disp bls dsti and dts config for MT2701

[PATCH v14 0/8] MT8173 DRM support
 2016-06-03 14:52 UTC  (3+ messages)
` [PATCH v14 8/8] arm64: dts: mt8173: Add display subsystem related nodes

[PATCH] iommu: convert DT component matching to component_match_add_release()
 2016-06-03 13:13 UTC  (2+ messages)

Add support for regulator operation mode of mt6397
 2016-06-03  5:42 UTC  (7+ messages)
` [PATCH v2 1/3] regulator: DT: Add DT property for operation mode configuration

[PATCH v2 0/9] ASoC: Mediatek: Add support for MT2701 SOC
 2016-06-03  4:56 UTC  (10+ messages)
` [alsa-devel] [PATCH v2 2/9] ASoC: mediatek: implement mediatek common structure
  ` [alsa-devel] [PATCH v2 1/9] ASoC: mediatek: Refine mt8173 driver and change config option
  ` [alsa-devel] [PATCH v2 3/9] ASoC: mediatek: let mt8173 use mediatek common structure
` [alsa-devel] [PATCH v2 4/9] ASoC: mediatek: add documents for mt2701
` [alsa-devel] [PATCH v2 5/9] ASoC: mediatek: add structure define and clock control for 2701
` [alsa-devel] [PATCH v2 6/9] ASoC: mediatek: add mt2701 platform driver implementation
` [PATCH v2 7/9] ASoC: bt-sco: extend rate and add a general compatible string
` [PATCH v2 8/9] ASoC: mediatek: add BT implementation
` [alsa-devel] [PATCH v2 9/9] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[PATCH] pinctrl: mediatek: fix suspend/resume timing issue
 2016-06-03  3:28 UTC 

[PATCH] ASoC: mediatek: add MCLK source selection
 2016-06-02 17:21 UTC  (2+ messages)
` Applied "ASoC: mediatek: add MCLK source selection" to the asoc tree

[RFC v3 00/45] dma-mapping: Use unsigned long for dma_attrs
 2016-06-02 15:39 UTC 

[PATCH 1/2 v16] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-06-02  9:57 UTC  (2+ messages)
` [PATCH 2/2 v16] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH v3 0/2] nvmem: remove regmap dependency
 2016-06-01 17:55 UTC  (3+ messages)

[GIT PULL] drm/mediatek: MT8173 DSI and DPI fixes
 2016-06-01 16:50 UTC 

[RFC v2 0/5] MT2701 DRM support
 2016-06-01  9:10 UTC  (16+ messages)
` [RFC v2 1/5] drm/mediatek: rename macros, add chip suffix
` [RFC v2 2/5] drm/mediatke: add support for Mediatek SoC MT2701
` [RFC v2 3/5] drm/mediatek: add *driver_data for different hardware settings

[PATCH 4/9] clocksource/drivers/mkt_timer: Convert init function to return error
 2016-06-01  8:34 UTC 

[PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings
 2016-05-31  8:49 UTC  (2+ messages)

[PATCH v3 0/9] Add MT8173 Video Decoder Driver
 2016-05-30 12:29 UTC  (10+ messages)
  ` [PATCH v3 1/9] VPU: mediatek: Add decode support
      ` [PATCH v3 2/9] v4l: add Mediatek compressed video block format
        ` [PATCH v3 3/9] DocBook/v4l: Add compressed video formats used on MT8173 codec driver
            ` [PATCH v3 4/9] dt-bindings: Add a binding for Mediatek Video Decoder
              ` [PATCH v3 5/9] vcodec: mediatek: Add Mediatek V4L2 Video Decoder Driver
                  ` [PATCH v3 6/9] vcodec: mediatek: Add Mediatek H264 "
                      ` [PATCH v3 7/9] vcodec: mediatek: Add Mediatek VP8 "
                        ` [PATCH v3 8/9] vcodec: mediatek: Add Mediatek VP9 "
                            ` [PATCH v3 9/9] arm64: dts: mediatek: Add Video Decoder for MT8173

[PATCH] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder
 2016-05-30  7:52 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).