messages from 2018-08-06 11:58:10 to 2018-08-25 11:31:51 UTC [more...]
[PATCH 00/17] mt76 patches 2018-08-24
2018-08-25 11:31 UTC (23+ messages)
` [PATCH 01/17] mt76: unify wait_for_mac
` [PATCH 02/17] mt76: rename mt76x2_regs.h
` [PATCH 03/17] mt76: merge mt76x0/regs.h into mt76xx_regs.h
` [PATCH 04/17] mt76: create new mt76xx-lib module for common mt76x{0,2} code
` [PATCH 05/17] mt76: fix mt76xx-lib module license
` [PATCH 06/17] mt76: unify mac_get_key_info
` [PATCH 07/17] mt76: add helpers for register access with mt76_dev struct
` [PATCH 08/17] mt76: unify mac_shared_key_setup
` [PATCH 09/17] mt76: unify mt76xx_mac_wcid_set_key
` [PATCH 10/17] mt76: unify mac_wcid_setup
` [PATCH 11/17] mt76: use mac_wcid_set_drop in mt76x0
` [PATCH 12/17] mt76x0: use mt76_wcid_free "
` [PATCH 13/17] mt76: unify mt76xx_vif struct
` [PATCH 14/17] mt76: unify sta stucture part 1
` [PATCH 15/17] mt76: unify sta structure part 2
` [PATCH 16/17] mt76x0: initalize custom tx queues
` [PATCH 17/17] mt76x0: use mt76xx_sta and mt76xx_tx_status
[PATCH 16/16] mt76x0: remove unused routines for usb_buff alloc/free
2018-08-25 10:40 UTC
[PATCH 15/16] mt76x0: use mt76u_mcu_fw_send_data for fw uploading
2018-08-25 10:40 UTC
[PATCH 14/16] mt76x0: remove unused mt76x0_mcu structure
2018-08-25 10:40 UTC
[PATCH 13/16] mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmds
2018-08-25 10:40 UTC
[PATCH 12/16] mt76x0: remove unused mt76x0_wait_asic_ready routine
2018-08-25 10:40 UTC
[PATCH 11/16] mt76x0: remove mt76x0_vendor_request routine
2018-08-25 10:40 UTC
[PATCH 10/16] mt76x0: remove mt76x0_complete_urb routine
2018-08-25 10:40 UTC
[PATCH 09/16] mt76x0: use shared mt76 usb mcu completion
2018-08-25 10:40 UTC
[PATCH 08/16] mt76x0: remove mt76x0_mcu_msg_alloc routine
2018-08-25 10:40 UTC
[PATCH 07/16] mt76x0: remove mt76x0_vendor_single_wr routine
2018-08-25 10:40 UTC
[PATCH 06/16] mt76x0: remove mt76x0_vendor_reset routine
2018-08-25 10:40 UTC
[PATCH 05/16] mt76x0: use mt76u_init for bus initialization
2018-08-25 10:40 UTC
[PATCH 04/16] mt76: add multiple regs read support to usb_mcu layer
2018-08-25 10:40 UTC
[PATCH 03/16] mt76: move mt76x2u_mcu_deinit routine in mt76-usb module
2018-08-25 10:40 UTC
[PATCH 02/16] mt76: split __mt76u_mcu_send_msg and mt76u_mcu_send_msg routines
2018-08-25 10:40 UTC
[PATCH 01/16] mt76: move mt76_reg_pair definition in mt76.h
2018-08-25 10:40 UTC
[PATCH 00/16] unify usb mcu layer between mt76x2u and mt76x0u drivers
2018-08-25 10:40 UTC
[PATCH] arm64: dts: Fix various entry-method properties to reflect documentation
2018-08-24 15:38 UTC (5+ messages)
[PATCH] mt76: Fix comparisons with invalid hardware key index
2018-08-24 8:20 UTC (3+ messages)
[PATCH 00/23] mtd: rawnand: Stop passing mtd_info to drivers
2018-08-22 19:24 UTC (32+ messages)
` [PATCH 01/23] mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
` [PATCH 02/23] mtd: rawnand: Pass a nand_chip object to nand_scan() & co
` [PATCH 03/23] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH 04/23] mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
` [PATCH 05/23] mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
` [PATCH 06/23] mtd: rawnand: Pass a nand_chip object to ecc->calculate()
` [PATCH 07/23] mtd: rawnand: Pass a nand_chip object to ecc->correct()
` [PATCH 08/23] mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
` [PATCH 09/23] mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
` [PATCH 10/23] mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
` [PATCH 11/23] mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
` [PATCH 12/23] mtd: rawnand: Pass a nand_chip object to chip->select_chip()
` [PATCH 13/23] mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
` [PATCH 14/23] mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
` [PATCH 15/23] mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
` [PATCH 16/23] mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
` [PATCH 17/23] mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
` [PATCH 18/23] mtd: rawnand: Pass a nand_chip object to chip->erase()
` [PATCH 19/23] mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
` [PATCH 20/23] mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
` [PATCH 21/23] mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
` [PATCH 22/23] mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
` [PATCH 23/23] mtd: rawnand: Pass a nand_chip object nand_erase_nand()
[PATCH v2 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
2018-08-22 6:11 UTC (5+ messages)
` [PATCH v2 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U "
` [PATCH v2 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U "
[PATCH v2] ARM: dma-mapping: always clear allocated buffers
2018-08-22 1:47 UTC (3+ messages)
[PATCH] mailbox: mediatek: Add check for possible failure of kzalloc
2018-08-21 15:06 UTC (2+ messages)
[PATCH] Bluetooth: mediatek: Fix memory leak
2018-08-21 14:57 UTC (4+ messages)
[bug report] mailbox: mediatek: Add Mediatek CMDQ driver
2018-08-20 14:08 UTC
[PATCH 1/2] dt-bindings: pwm: Add MT7628 information
2018-08-20 9:39 UTC (4+ messages)
` [PATCH 2/2] pwm: mediatek: Add MT7628 support
porting 6797 to upstream kernel
2018-08-18 20:21 UTC (2+ messages)
[PATCH v1 1/5] arm64: dts: mt7622: add timer, CCI-400 and PMU nodes
2018-08-18 16:02 UTC (5+ messages)
` [PATCH v1 2/5] arm64: dts: mt7622: add a bluetooth 5 device node
` [PATCH v1 3/5] arm64: dts: mt7622: fix ram size for rfb1
` [PATCH v1 4/5] arm64: dts: mt7622: add bananapi BPI-R64 board
` [PATCH v1 5/5] dt-bindings: arm: mediatek: add support for "
[PATCH 1/5] arm64: dts: mt7622: add some misc device nodes
2018-08-16 8:07 UTC (9+ messages)
` [PATCH 2/5] arm64: dts: mt7622: add a bluetooth 5 device node
` [PATCH 3/5] arm64: dts: mt7622: fix ram size for rfb1
` [PATCH 4/5] arm64: dts: mt7622: add bananapi BPI-R64 board
` [PATCH 5/5] dt-bindings: arm: mediatek: add support for "
[PATCH v4 00/14] Add RDMA memory mode support for mediatek SOC MT2712
2018-08-15 1:55 UTC (20+ messages)
` [PATCH v4 01/14] drm/mediatek: add connection from RDMA0 to DPI1
` [PATCH v4 02/14] drm/mediatek: add connection from RDMA0 to DSI1
` [PATCH v4 03/14] drm/mediatek: add connection from RDMA1 to DSI0
` [PATCH v4 04/14] drm/mediatek: add connection from RDMA2 "
` [PATCH v4 05/14] drm/mediatek: add memory mode and layer_config for RDMA
` [PATCH v4 06/14] drm/mediatek: add RGB color format support "
` [PATCH v4 07/14] drm/mediatek: add the comment about color format setting for OVL
` [PATCH v4 08/14] drm/mediatek: add YUYV/UYVY color format support for RDMA
` [PATCH v4 09/14] drm/mediatek: add function to get layer number for component
` [PATCH v4 10/14] drm/mediatek: add function to return OVL layer number
` [PATCH v4 11/14] drm/mediatek: add function to return RDMA "
` [PATCH v4 12/14] drm/mediatek: use layer_nr function to get layer number to init plane
` [PATCH v4 13/14] drm/mediatek: update some variable name from ovl to comp
` [PATCH v4 14/14] drm/mediatek: fix connection from RDMA2 to DSI1
[PATCH v23 0/4] MediaTek MT8173 CMDQ support
2018-08-15 1:48 UTC (5+ messages)
` [PATCH v23 3/4] arm64: dts: mt8173: Add GCE node
` [PATCH v23 4/4] soc: mediatek: Add Mediatek CMDQ helper
[PATCH] linux-firmware: add firmware for mt76x0
2018-08-14 14:44 UTC (2+ messages)
[PATCH] mailbox: mediatek: add module license
2018-08-13 22:50 UTC (2+ messages)
[PATCH] Bluetooth: mediatek: pass correct size to h4_recv_buf()
2018-08-13 14:00 UTC (2+ messages)
[PATCH v1 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
2018-08-13 13:37 UTC (9+ messages)
` [PATCH v1 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U "
` [PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings
` [PATCH v1 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U USB devices
[PATCH v5 0/11] Add basic SoC support for mt6765
2018-08-13 9:12 UTC (7+ messages)
` [PATCH v5 01/11] dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC
` [PATCH v5 09/11] clk: mediatek: add new clkmux register API
Investment opportunity
2018-08-10 18:12 UTC
[PATCH v3 3/8] mailbox: Add transmit done by blocking option
2018-08-09 9:26 UTC (8+ messages)
[PATCH v2 0/3] Register i2c adapter driver earlier and use DMA safe buffers
2018-08-09 9:23 UTC (7+ messages)
` [PATCH v2 1/3] i2c: mediatek: Register i2c adapter driver earlier
` [PATCH v2 2/3] i2c: Add helper to ease DMA handling
[PATCH v7 3/6] dt-bindings: mailbox: imx-mu: add generic MU channel support
2018-08-09 6:45 UTC (12+ messages)
[PATCH v7 0/3] add support for Bluetooth on MT7622 SoC
2018-08-08 14:07 UTC (17+ messages)
` [PATCH v7 2/3] Bluetooth: mediatek: Add protocol support for MediaTek serial devices
[PATCH v10 0/3] add support for Bluetooth on MT7622 SoC
2018-08-08 11:48 UTC (6+ messages)
` [PATCH v10 1/3] dt-bindings: net: bluetooth: Add mediatek-bluetooth
` [PATCH v10 2/3] Bluetooth: mediatek: Add protocol support for MediaTek serial devices
` [PATCH v10 3/3] MAINTAINERS: add an entry for MediaTek Bluetooth driver
[PATCH] soc: mediatek: pwrap: use true and false for boolean values
2018-08-08 7:35 UTC (2+ messages)
[PATCH] mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.c
2018-08-07 16:43 UTC (2+ messages)
[PATCH v3 00/13] Add RDMA memory mode support for mediatek SOC MT2712
2018-08-07 9:51 UTC (22+ messages)
` [PATCH v3 03/13] drm/mediatek: add connection from RDMA1 to DSI0
` [PATCH v3 04/13] drm/mediatek: add connection from RDMA2 "
` [PATCH v3 05/13] drm/mediatek: add memory mode and layer_config for RDMA
` [PATCH v3 06/13] drm/mediatek: add RGB color format support "
` [PATCH v3 07/13] drm/mediatek: add YUYV/UYVY "
` [PATCH v3 08/13] drm/mediatek: add function to get layer number for component
` [PATCH v3 09/13] drm/mediatek: add callback function to return OVL layer number
` [PATCH v3 10/13] drm/mediatek: add callback function to return RDMA "
` [PATCH v3 11/13] drm/mediatek: use layer_nr function to get layer number to init plane
` [PATCH v3 12/13] drm/mediatek: update some variable name from ovl to comp
` [PATCH v3 13/13] drm/mediatek: fix connection from RDMA2 to DSI1
[PATCH] clk: mediatek: remove unused array audio_parents
2018-08-06 13:44 UTC
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).