Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp428753pxj; Wed, 2 Jun 2021 02:44:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzl2tC/Nqw2xgm9xSrb9ossaktUofXDiQaViS9xAbGH0mk5HZsTZTZQSz/mV2fa3CYn1oiK X-Received: by 2002:aa7:d482:: with SMTP id b2mr20646699edr.45.1622627081066; Wed, 02 Jun 2021 02:44:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622627081; cv=none; d=google.com; s=arc-20160816; b=ZBfp5I1GbZ6GJobpfvbhB9rdQ+F4enFVvI44Rcfrg+RqS8F2Mt2kPr4LxdY62xRU9E q1Jf4lvqpA+x58q32YGCNu8uhWYgqSf3x7s9yEtc1REARjG+PprOyonh5+aVtLTvT/r2 oL/zrlccJ6T98DkFpEWmPKLjs2W63KFi0K4Swyb2aVfJ7LPWg0TV2Uhc3fLEOBWToPXD VVgS8irKXNtX6FbRwe+mcVh6pTGSnclUcapkEdzEHxQmyFd5JUQrxgxceiF6GONFibbp znzmcQJFrMusS9wNSLqjHiFwdUeQiLnALLvAgdcewMjpkCb9CeVcvb2K0KgqUmbbXkxn 5UlA== 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=UqepY2K1bI0CpV9BC0cRC/ZAKt81H+ifbQDiatUGYK8=; b=edlWf91yWw4ArZ+QcvQozf24MrVvP6PpKW7LtHw3ejUOy0/2zlv6yeYkGtodVtOwyf 9UX8xUboqB9CUdc1IZmKjzDgWjz1zqNnwOrvU0qPaG2FOZYPI3YpjT53GsbIw14piSzG GY9Pb2eeT0j+FVMAAxFXmRQjCc6Ktq46adRtvEVsltVFLDerBhn6Jr7RQ0tHgvwyPXQj wtJONJ5SD+m8eRtkFW05mcpLhVCxbjB5N6KneXIMir0x3yr//0gf0VRXwenQkEzAHxBh Gs0im2WRIB1K65q+Z6NKS4bfRo4qOPNa96PTw4cgOMEOY7nOJZJaY6gXbuotMLvZQRk1 Qv1Q== 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 e20si6461769ejd.727.2021.06.02.02.44.13; Wed, 02 Jun 2021 02:44:41 -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 S232570AbhFBIa2 (ORCPT + 99 others); Wed, 2 Jun 2021 04:30:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230525AbhFBIa2 (ORCPT ); Wed, 2 Jun 2021 04:30:28 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79FA5C061574; Wed, 2 Jun 2021 01:28:45 -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 1loMF1-000xxd-LP; Wed, 02 Jun 2021 10:28: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 v2 0/5] generic WWAN framework interface creation Date: Wed, 2 Jun 2021 10:28:35 +0200 Message-Id: <20210602082840.85828-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 Hi, Spin two, with a new patch (IFLA_PARENT_DEV_NAME) and reworked to use the existing struct wwan_device that I missed entirely. Still includes the IOSM patches for reference, so the IOSM bits here apply only with this set also applied: https://lore.kernel.org/r/20210520140158.10132-1-m.chetan.kumar@intel.com johannes