Message ID | cover.1537433365.git.lorenzo.bianconi@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-wireless-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0E22E1390 for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 20 Sep 2018 09:12:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F32AB2CC13 for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 20 Sep 2018 09:12:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E7B612CC26; Thu, 20 Sep 2018 09:12:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D2232CC13 for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 20 Sep 2018 09:12:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387416AbeITOyx (ORCPT <rfc822;patchwork-linux-wireless@patchwork.kernel.org>); Thu, 20 Sep 2018 10:54:53 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:36402 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726788AbeITOyx (ORCPT <rfc822;linux-wireless@vger.kernel.org>); Thu, 20 Sep 2018 10:54:53 -0400 Received: by mail-wr1-f65.google.com with SMTP id e1-v6so8600634wrt.3 for <linux-wireless@vger.kernel.org>; Thu, 20 Sep 2018 02:12:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=pw/3Ou2WGhELONyM0UrepawMF0jpmxR1kjMXLWuYdsE=; b=ERVyp8BWzY0TEsHAMK7W+I9t4i7KYfEkrQ1BtbJ9shDX0PjcCItjaVQrfYrc0+vr+v GKWn1HrsJtc382N+QLKlpzsofBuAddeUH2BEOFAuGjIKzE6Ukem3NQGfU+6Jev9Z38D3 WlxjrQlY7DETY0JVQbmrALtXYc7+44wjcxbysPEBKf/lLkkT3yCgY5Y1WxYn9qcguYlY F0BjSgr1v8KjNcINKHRvu7bI3cHiGIUuCJB31oxVCm7mM2ni0fbtXGy/pz4qWpUn5Sol Nj4OoGX5eNXrM9hNv80SP4mCPyzmII5tuUBBik2oJlrJU4KpPpQAFjhWJWHnyNvCcYKh L8dQ== X-Gm-Message-State: APzg51AshfjG944xka7tpNtDx1VtAX8ViMH9Ogqnz/A6mSnJ7OYODQFh bPjbD3V9EkniEeWHerTIjId/HhhA7Qw= X-Google-Smtp-Source: ANB0VdamWXQonkYEbS0qEYBlTV3QTk3EAjzoscMK8ncROWQgc0hK5z9xxOYfGycdzoUXlPmC1EMLhw== X-Received: by 2002:a5d:5344:: with SMTP id t4-v6mr33325409wrv.257.1537434743728; Thu, 20 Sep 2018 02:12:23 -0700 (PDT) Received: from localhost.localdomain.com (nat-pool-mxp-t.redhat.com. [149.6.153.186]) by smtp.gmail.com with ESMTPSA id 34-v6sm35501691wra.20.2018.09.20.02.12.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Sep 2018 02:12:22 -0700 (PDT) From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> To: nbd@nbd.name Cc: linux-wireless@vger.kernel.org, sgruszka@redhat.com, linux-mediatek@lists.infradead.org Subject: [PATCH 00/20] unify mt76x2 and mt76x0 eeprom code Date: Thu, 20 Sep 2018 11:11:47 +0200 Message-Id: <cover.1537433365.git.lorenzo.bianconi@redhat.com> X-Mailer: git-send-email 2.17.1 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: <linux-wireless.vger.kernel.org> X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
unify mt76x2 and mt76x0 eeprom code
|
expand
|
On 2018-09-20 11:11, Lorenzo Bianconi wrote: > This series unify most of eeprom parsing between mt76x2 and > mt76x0 driver. That patchset will be used to properly support > mt76x0e chipsets without duplicating the code. Merged patches 1-17. Transmit power handling will be unified in a different way. - Felix