From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78886C4338F for ; Mon, 9 Aug 2021 23:27:53 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0CC5160F55 for ; Mon, 9 Aug 2021 23:27:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0CC5160F55 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94.2) (envelope-from ) id 1mDEg4-0004HD-7p; Mon, 09 Aug 2021 19:27:28 -0400 Received: from mail-pl1-x62d.google.com ([2607:f8b0:4864:20::62d]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1mDEg2-0004H7-27 for kernelnewbies@kernelnewbies.org; Mon, 09 Aug 2021 19:27:26 -0400 Received: by mail-pl1-x62d.google.com with SMTP id j3so18419799plx.4 for ; Mon, 09 Aug 2021 16:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=NxvZgJfztiwB19xF9zcAwEGvFHvk4Kth4zaNFNGnuJo=; b=QDsonurIhoG6E07UCJO81i9FFgS86bmwDFf1rAJ/v+szM+nQgRECUi9m1HAWE7UTMV TmC3YiZRPS6MKgqy9V1Z0TO9wFGwEmVUkFltNtEaMvIhmpZzycEgXiGrtTH+KXfMcHFy o4s+nbomoXvxlILHJ2IFB9BUzVPflXI69mxh1L7Ae0enovQJ2sxuYdH/vz/ZCsqUNO7B mmZrjhoBFgVQA2U5jLJLmyK4Rn7T/jgnKr48AejXVZ4XB1D5acQ8dIn9apnDPIrfektV 51V86Eg/oO9TKR7QeIYlVgCX0fDt8AegEw5qYmIcRJo+gRnsNf8BKdNK4/f3pa2oocun Adeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=NxvZgJfztiwB19xF9zcAwEGvFHvk4Kth4zaNFNGnuJo=; b=G1H6ifobIsUoK6Vt2HnfUmwEn6UfB2UX31SButKE+FjNhDsCTRt90HW4t6igcDVNx1 8f5Od7MMddaK+2vpZlkOYwd0lWHLe0z0W8l1iW5wjCY9g3nmI+RMP7qt7txrqvqVGxME ilOhr1fSWu47QLEo0Rpduxjlz59iATwmhCO6P2TqLI9kTYZ/GCWgpzTw+qMZtiy1CWNu Oco6qNZQLXQSCdN2ApOKu3ERwobGMwFlektdg+E1V61sJdQIFxhJQmXUBeDgSjHPOQv8 1XmLJF9Hq0LubItXDLW0YzJBYsYlup91Jl8SgkHRGy9ZQ2MVMEOVqFB7FvDMfLch9evS jXvA== X-Gm-Message-State: AOAM532yn8xXpVPhXmop9c25oyx73rjNqZ37RDGjmUJrhWf/vqFAn+D8 Khbr2tzreYpussr611WpsR1PcbAafGTkVQ== X-Google-Smtp-Source: ABdhPJzCJRy4H6jirYWy6EBz9Ag8E/RlO/BhPGpCcmDZuztwGxclCOdvtJBZvETcxzYg5hQwm6JB6Q== X-Received: by 2002:a65:64d1:: with SMTP id t17mr257888pgv.291.1628551643955; Mon, 09 Aug 2021 16:27:23 -0700 (PDT) Received: from realwakka ([59.12.165.26]) by smtp.gmail.com with ESMTPSA id j23sm598687pjn.12.2021.08.09.16.27.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Aug 2021 16:27:23 -0700 (PDT) Date: Mon, 9 Aug 2021 23:27:13 +0000 From: Sidong Yang To: Greg KH Subject: Re: A question about staging driver like pi433 Message-ID: <20210809232713.GA34370@realwakka> References: <20210809161328.GA33783@realwakka> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Cc: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org On Mon, Aug 09, 2021 at 08:20:03PM +0200, Greg KH wrote: > On Mon, Aug 09, 2021 at 04:13:28PM +0000, Sidong Yang wrote: > > Hi all, > > > > I have a question about staging driver. I'm a newbie kernel developer > > and I tried contributed some patches for staging drivers. In those > > staging drivers, I'm interested in pi433 and wrote some patches for it > > about 2 years ago. and then I tried to go deeper for that. I tried to > > buy pi433 device but I can't. It seems that no longer available. > > > > In this case, pi433 should be removed from source tree? > > Why would it be removed if people still use it? Yeah, I thought there is no user using this device. I realized that it was bad idea. > > > If not, It's okay to send patches for it? Sure, Thanks! Sidong > > Please do! > > thanks, > > greg k-h _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies