From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nbd.name ([46.4.11.11]:59562 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823AbdLDSuP (ORCPT ); Mon, 4 Dec 2017 13:50:15 -0500 Subject: Re: [PATCH v8 0/3] mt76: add new wireless driver for MediaTek MT76x2 PCIe chips To: Kalle Valo Cc: linux-wireless@vger.kernel.org References: <20171121095053.82673-1-nbd@nbd.name> <87wp22jzzb.fsf@purkki.adurom.net> From: Felix Fietkau Message-ID: <753050de-c306-838e-98fc-b970cc77ebcf@nbd.name> (sfid-20171204_195019_827925_8531970F) Date: Mon, 4 Dec 2017 19:50:13 +0100 MIME-Version: 1.0 In-Reply-To: <87wp22jzzb.fsf@purkki.adurom.net> Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 2017-12-04 16:04, Kalle Valo wrote: > Felix Fietkau writes: > >> Changes since v7: >> - Fix build errors >> >> Changes since v6: >> - DT documentation fixes >> - Add LED configuration >> - PHY gain calibration fixes >> - Endian fixes >> - Tx status processing fixes >> - EEPROM validation fixes >> - IBSS RSN fix >> - AP mode powersave delivery fix >> >> Changes since v5: >> - Adjust for mac80211 API changes >> - EEPROM parsing fixes >> - Ad-hoc mode WPA2 fixes >> >> Changes since v4: >> - Cleanups suggested by Stanislaw Gruszka >> - Device tree fixes suggested by Rob Herring >> - EEPROM MAC address parsing fix >> >> Changes since v3: >> - DFS fixes >> - stability fixes >> - use wiphy_read_of_freq_limits >> >> Changes since v2: >> - lots of checkpatch cleanups >> - various tx path (and other) fixes >> - use the new bitfield API >> - documented device tree bindings >> >> Felix Fietkau (3): >> Documentation: dt: net: add mt76 wireless device binding >> mt76: add common code shared between multiple chipsets >> mt76: add driver code for MT76x2e > > Looking very good to me. Unless I hear any objections I'm planning to > apply this within the next few days. Great news, thanks. Please also apply the two patches from "kbuild test robot" that were sent in response to v7 - they still apply to v8. - Felix