Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3268269pxj; Tue, 1 Jun 2021 01:06:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+/M//9UmtKvR8OlM+8Lo6EOGSDmt0uY8PYEYDLQBa4XJChxhajXcR2I0TGaAiswl+r37B X-Received: by 2002:a17:906:2887:: with SMTP id o7mr29066575ejd.79.1622534777511; Tue, 01 Jun 2021 01:06:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622534777; cv=none; d=google.com; s=arc-20160816; b=nIiAfYIrqgON5ucuksqKUpfySab66xjuqtFA87hdPEp1CBQeXlgPo9CFSimxpsOT7p aFvIln74RFuyRjFRYF1Rx5fQEJDLiB341CKNUxrzQ8+4D/eBfkVth2ojKEBdMAQntiU7 S+q0DxvUu/9v1MSUso2yqGQA3+45/KIBDhJDVyr8j2qD2BTviKQiPl5Vwaigcm2QZV/I Dn8lu+GgK14KKC+usG1I/MCmGk6ySckwsT43JQkEB71eS5+VZ7b1k2jRqQu3sNBkShhx tFBBKJLfLw/R/jNg0AJtFBWfa6rJeUQPzkdHYsp66cx3o/mjGpuxl2qI7UBu+TySUBX5 rFfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=B7WTps/MKLMhOmEARE9XkxeSqNDR0szQqla3Gud3k5w=; b=WSY4zhh1/z4hr1CmConuaXQx02/ggoeCc4cuY9SmxHDpAQHSErSV02ORScSrZKPoWm AqImXUWHK1UIo709pLlPC5a/9qFlxRjdEslciv8rsi4KljEK7zVh93z7sfgrHOo5GJeQ 4Jw6xrOkWvuDYYWNRHs6M1Gj1m35iZDm6GvZVRMXRD6tpwHStGLLavdnotGV+bNMFXuS GKb78SRy0Km2AE1NELYJwuiQr9E2X8GxbkFajBomySZBQjhBL5Ye2baC6gQ3hK+3/vnx YehgbJU8cHj+YpNw/9iH7CTLK1VNyp1KKN4Nn/0ZdcO8T/jRAD4fThMRhlTu6s6xaHsf la/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id js19si20038355ejc.277.2021.06.01.01.05.52; Tue, 01 Jun 2021 01:06:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233269AbhFAIH2 (ORCPT + 99 others); Tue, 1 Jun 2021 04:07:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232963AbhFAIH0 (ORCPT ); Tue, 1 Jun 2021 04:07:26 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1D31C061574; Tue, 1 Jun 2021 01:05:44 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1lnzPD-000V6C-5W; Tue, 01 Jun 2021 10:05:43 +0200 From: Johannes Berg To: linux-wireless@vger.kernel.org, netdev@vger.kernel.org Cc: m.chetan.kumar@intel.com, loic.poulain@linaro.org Subject: [RFC 0/4] wwan framework netdev creation Date: Tue, 1 Jun 2021 10:05:34 +0200 Message-Id: <20210601080538.71036-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Here's a respin of the series to create netdevs through the WWAN framework. I haven't tested it at all, since I don't have any such hardware, so I guess there will be some bugs ... It'd be best if somebody else takes over here, Loic, maybe I can talk you into getting the generic bits done if you have a test case? :) This applies on top of the IOSM driver series posted here: https://lore.kernel.org/r/20210520140158.10132-1-m.chetan.kumar@intel.com I've included the first bugfix patch only so it actually all can apply properly, not really needed for review. johannes