messages from 2018-08-30 01:12:03 to 2018-09-06 13:15:29 UTC [more...]
[PATCH v3 0/2] Register i2c adapter driver earlier and use DMA safe buffers
2018-09-06 13:15 UTC (3+ messages)
` [PATCH v3 1/2] i2c: mediatek: Register i2c adapter driver earlier
` [PATCH v3 2/2] i2c: mediatek: Use DMA safe buffers for i2c transactions
[PATCH] mt76: MT76x0U requires MT76_USB
2018-09-06 13:06 UTC
[PATCH v2 00/23] mtd: rawnand: Stop passing mtd_info to drivers
2018-09-06 12:05 UTC (24+ messages)
` [PATCH v2 01/23] mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
` [PATCH v2 02/23] mtd: rawnand: Pass a nand_chip object to nand_scan()
` [PATCH v2 03/23] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH v2 04/23] mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
` [PATCH v2 05/23] mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
` [PATCH v2 06/23] mtd: rawnand: Pass a nand_chip object to ecc->calculate()
` [PATCH v2 07/23] mtd: rawnand: Pass a nand_chip object to ecc->correct()
` [PATCH v2 08/23] mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
` [PATCH v2 09/23] mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
` [PATCH v2 10/23] mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
` [PATCH v2 11/23] mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
` [PATCH v2 12/23] mtd: rawnand: Pass a nand_chip object to chip->select_chip()
` [PATCH v2 13/23] mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
` [PATCH v2 14/23] mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
` [PATCH v2 15/23] mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
` [PATCH v2 16/23] mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
` [PATCH v2 17/23] mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
` [PATCH v2 18/23] mtd: rawnand: Pass a nand_chip object to chip->erase()
` [PATCH v2 19/23] mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
` [PATCH v2 20/23] mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
` [PATCH v2 21/23] mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
` [PATCH v2 22/23] mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
` [PATCH v2 23/23] mtd: rawnand: Pass a nand_chip object nand_erase_nand()
[PATCH 00/42] mt76 patches 2018-09-06
2018-09-06 10:43 UTC (50+ messages)
` [PATCH 01/42] mt76x2: change mt76x2_tx_complete routine signature
` [PATCH 02/42] mt76: move mt76x2_tx_complete routine in mt76x02-lib module
` [PATCH 03/42] mt76: move mt76x2u_remove_dma_hdr "
` [PATCH 04/42] mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule
` [PATCH 05/42] mt76: move mt76_qsel definition in dma.h
` [PATCH 06/42] mt76: move mt76x2u_set_txinfo in mt76x02-lib module
` [PATCH 07/42] mt76x0: introduce mt76x0_tx_prepare_skb routine
` [PATCH 08/42] mt76: move mt76x2u_tx_status_data in mt76x02-lib module
` [PATCH 09/42] mt76x0: init mt76_driver_ops callbacks
` [PATCH 10/42] mt76x0: use mt76_alloc_device for device allocation
` [PATCH 11/42] mt76x0: disable usb rx bulk aggregation
` [PATCH 12/42] mt76x0: mark device as running in mt76x0_start
` [PATCH 13/42] mt76x0: simplify mt76_mac_process_rx signature
` [PATCH 14/42] mt76x0: add mt76x0_queue_rx_skb routine
` [PATCH 15/42] mt76x0: unify tx/rx datapath with mt76x2u driver
` [PATCH 16/42] mt76x0: stop stat workqueue at hw stop
` [PATCH 17/42] mt76x0: set max fragments size
` [PATCH 18/42] mt76x0: remove unused dma.c source file
` [PATCH 19/42] mt76x0: remove unused stat work_queue
` [PATCH 20/42] mt76x0: remove unused {tx/rx}_queue definitions
` [PATCH 21/42] mt76x0: remove unused mt76x0_tx_status routine
` [PATCH 22/42] mt76x0: remove unused endpoint definitions
` [PATCH 23/42] mt76x0: remove unused stat_work
` [PATCH 24/42] mt76x0: enable per-sta tx queueing
` [PATCH 25/42] mt76x0: init hw capabilities
` [PATCH 26/42] mt76x0: trim rx skb to proper length
` [PATCH 27/42] mt76: remove unused MT76_MORE_STATS state
` [PATCH 28/42] mt76x0: remove mt76x0_stop_hardware routine
` [PATCH 29/42] mt76: move mt76 rate definitions in mt76x02-lib module
` [PATCH 30/42] mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init
` [PATCH 31/42] mt76x0: fix memory leak during hw probe
` [PATCH 32/42] mt76x0: move stop related routines in mt76x0_mac_stop
` [PATCH 33/42] mt76x0: move mt76x0_init_hardware in mt76x0_register_device
` [PATCH 34/42] mt76x0: do not free/alloc buffers during suspend/resume
` [PATCH 35/42] mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
` [PATCH 36/42] mt76x0: use mt76_register_device for device registration
` [PATCH 37/42] mt76x0: inital split between pci and usb
` [PATCH 38/42] mt76: initial separation of mmio part
` [PATCH 39/42] mt76: move some irq code to common mmio module
` [PATCH 40/42] mt76x0: remove unused mt76x0_wcid
` [PATCH 41/42] mt76x0: remove some usb specific code from mt76x0_register_device
` [PATCH 42/42] mt76x0: make device allocation bus neutral
[PATCH] mt76: fix return value of mt76x02_wait_for_mac
2018-09-06 9:38 UTC
mt76x0 bug report
2018-09-06 9:32 UTC (4+ messages)
[PATCH v2 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
2018-09-06 6:03 UTC (25+ messages)
` [PATCH v2 01/13] drm/mediatek: add refcount for DPI power on/off
` [PATCH v2 02/13] drm/mediatek: move hardware register to node data
` [PATCH v2 03/13] drm/mediatek: adjust EDGE to match clock and data
` [PATCH v2 04/13] drm/mediatek: add clock factor for different IC
` [PATCH v2 05/13] drm/mediatek: dpi use new API for finding bridge
` [PATCH v2 06/13] drm/mediatek: add dpi driver for mt2701 and mt7623
` [PATCH v2 07/13] drm/mediatek: separae hdmi phy to different file
` [PATCH v2 08/13] drm/mediatek: register hdmi codec more earlier
` [PATCH v2 09/13] drm/mediatek: add support for SPDIF audio in HDMI
` [PATCH v2 10/13] drm/mediatek: add hdmi driver for MT2701 and MT7623
` [PATCH v2 11/13] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v2 12/13] drm/mediatek: add a error return value when clock driver has been prepared
` [PATCH v2 13/13] drm/mediatek: config component output by device node port
[Resend PATCH 5/5] arm: dts: mt7623: add display subsystem related device nodes
2018-09-05 14:09 UTC
[PATCH 1/5] arm: dts: mt7623: add a performance counter unit device node
2018-09-05 10:22 UTC (5+ messages)
` [PATCH 2/5] arm: dts: mt7623: update subsystem clock controller device nodes
` [PATCH 3/5] arm: dts: mt7623: add iommu/smi "
` [PATCH 4/5] arm: dts: mt7623: add jpeg decoder device node
` [PATCH 5/5] arm: dts: mt7623: add display subsystem related device nodes
[PATCH] add support for Mediatek Command-Queue DMA controller on MT6765 SoC
2018-09-05 9:13 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings
` [PATCH 2/2] dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoC
[PATCH] PCI: mediatek: Fix unchecked return value
2018-09-05 8:50 UTC (2+ messages)
[PATCH 0/3] Add Mediatek SPI slave driver
2018-09-05 3:00 UTC (7+ messages)
` [PATCH 1/3] spis: mediatek: add bindings for Mediatek MT2712 soc platform
` [PATCH 2/3] spis: mediatek: add spi slave for Mediatek MT2712
` [SPAM][PATCH "
[PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first
2018-09-04 14:44 UTC (4+ messages)
[PATCH 00/22] mt76 patches 2018-09-04
2018-09-04 14:41 UTC (23+ messages)
` [PATCH 01/22] mt76: move wcid fields to common mt76_dev struct
` [PATCH 02/22] mt76: unify sta_add / sta_remove
` [PATCH 03/22] mt76: pratially unify add_interface
` [PATCH 04/22] mt76x0: fix wrong usage of wcid_mask in remove_interface
` [PATCH 05/22] mt76: unify ampdu_action
` [PATCH 06/22] mt76: unify set_key
` [PATCH 07/22] mt76x0: remove empty sta_notify
` [PATCH 08/22] mt76: unify AC to hw queue mapping
` [PATCH 09/22] mt76: remove q->hw_idx
` [PATCH 10/22] mt76: unify conf_tx
` [PATCH 11/22] mt76x0: remove vif_mask
` [PATCH 12/22] mt76: unify remove_interface
` [PATCH 13/22] mt76: unify add_interface
` [PATCH 14/22] mt76: unify sta_rate_tbl_update and related helpers
` [PATCH 15/22] mt76: unify txwi and rxwi structures
` [PATCH 16/22] mt76: unify load_tx_status
` [PATCH 17/22] mt76: unify send_tx_status and related helpers
` [PATCH 18/22] mt76: use mt76_rx_status in mt76x0
` [PATCH 19/22] mt76: unify mac_process_rate
` [PATCH 20/22] mt76x0: reserve enough space in mac80211
` [PATCH 21/22] mt76: unify {insert/remove}_hdr_pad
` [PATCH 22/22] mt76: partially unify filling txwi fields
[PATCH 0/3] Pwrap: Mediatek pwrap driver for mt6765
2018-09-04 12:31 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: pwrap: mediatek: add pwrap support for MT6765
` [PATCH 2/3] soc: mediatek: pwrap: add pwrap driver for mt6765 SoCs
` [PATCH 3/3] soc: mediatek: pwrap: add mt6357 "
[PATCH 01/16] mt76: move mt76_reg_pair definition in mt76.h
2018-09-04 8:12 UTC (3+ messages)
[PATCH v3 01/16] mt76: unify wait_for_mac
2018-09-04 8:05 UTC (3+ messages)
[PATCH v2 0/3] Add Mediatek SPI slave driver
2018-09-04 1:51 UTC (4+ messages)
` [PATCH v2 1/3] spis: mediatek: add bindings for Mediatek MT2712 soc platform
` [PATCH v2 2/3] spis: mediatek: add spi slave for Mediatek MT2712
` [PATCH v2 3/3] arm64: dts: Add spi slave dts
[PATCH 3/3] dts: mediatek: mt6797: Bind audio, mjc, and venc clocks to SCPSYS
2018-09-03 20:59 UTC (2+ messages)
[PATCH 2/3] soc: mediatek: Allow gaps in SCP PDs
2018-09-03 20:08 UTC
[PATCH 1/3] soc: mediatek: Bind missing clocks to scpsys on the MT6797
2018-09-03 20:07 UTC
[PATCH 0/3] Fix scpsys on MT6797
2018-09-03 20:06 UTC
[PATCH v5] usb: core: phy: clean up return value check about devm_of_phy_get_by_index()
2018-09-03 18:09 UTC (2+ messages)
[PATCH v4 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
2018-09-03 14:08 UTC (3+ messages)
` [PATCH v4 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U "
` [PATCH v4 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U "
[PATCH v3 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
2018-09-03 12:53 UTC (3+ messages)
` [PATCH v3 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U "
` [PATCH v3 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U "
[PATCH] pinctrl: Convert to using %pOFn instead of device_node.name
2018-09-03 9:57 UTC (2+ messages)
[PATCH 00/13] MT8183 IOMMU SUPPORT
2018-09-03 6:01 UTC (14+ messages)
` [PATCH 03/13] memory: mtk-smi: Use a general config_port interface
` [PATCH 04/13] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB mode
` [PATCH 05/13] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH 06/13] iommu/mediatek: Add mmu1 support
` [PATCH 08/13] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH 01/13] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH 02/13] iommu/mediatek: Use a struct as the platform data
` [PATCH 07/13] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH 09/13] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH 10/13] iommu/mediatek: Add VLD_PA_RANGE register backup when suspend
` [PATCH 11/13] iommu/mediatek: Add shutdown callback
` [PATCH 12/13] memory: mtk-smi: Get rid of need_larbid
` [PATCH 13/13] iommu/mediatek: Switch to SPDX license identifier
[PATCH v2 00/17] mt76 patches 2018-08-24 v2
2018-09-03 2:45 UTC (7+ messages)
[PATCH] mt76: Fix comparisons with invalid hardware key index
2018-08-31 15:52 UTC (3+ messages)
[PATCH] usb: core: phy: clean up return value check about devm_of_phy_get_by_index()
2018-08-31 10:05 UTC (2+ messages)
[PATCH v3] usb: core: phy: fix return value checking about devm_of_phy_get_by_index()
2018-08-31 10:03 UTC (3+ messages)
[PATCH 00/16] unify usb mcu layer between mt76x2u and mt76x0u drivers
2018-08-31 9:12 UTC (2+ messages)
[PATCH] clk: mediatek: remove unused array audio_parents
2018-08-31 1:29 UTC (2+ messages)
[PATCH v2] usb: core: phy: fix return value checking about devm_of_phy_get_by_index()
2018-08-30 1:12 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).