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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 6EE1BC55183 for ; Tue, 21 Apr 2020 12:48:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 406B820781 for ; Tue, 21 Apr 2020 12:48:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587473304; bh=MX//OISkXMkefkAGS97bnGPUwUOdUgkMZrE4oSc7af0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TRLi7cFaw2kz2Mo8YUtkOs3DJAWVIJPOVQ7qIQaaZQ6hVL9t5WWLOidaORrwmM1RI 2gMWfJ8HdmovKedDj/0Mx5zf0aMl+PnhFTBO9kMqvjKdRL9a1YetrjKw4VRcd0WWrU yH9KLOexzLs4R6MB2o2szpttZfvOXeLHoJJpa09s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728807AbgDUMsX (ORCPT ); Tue, 21 Apr 2020 08:48:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:46862 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726691AbgDUMsX (ORCPT ); Tue, 21 Apr 2020 08:48:23 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5179D2076E; Tue, 21 Apr 2020 12:48:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587473302; bh=MX//OISkXMkefkAGS97bnGPUwUOdUgkMZrE4oSc7af0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I61zNOARA45e29Y+vMJPmWFEfryzRhUTwFgUmghn5kTdgaT9VFPaYn7sYVK/88ZxU skzz9Eb3OKBdZvBv4RCa0D1IvH80O7Nyir94yeG5lQk5ilxKf7TKqQCeRh5UEmWyMz RAYA+9XeaKcFuXAhSdQel0SJ9Jsli7axPfagcNVQ= Date: Tue, 21 Apr 2020 14:48:20 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: Tony Lindgren , Rob Herring , Alan Cox , Lee Jones , Jiri Slaby , Johan Hovold , Merlijn Wajer , Peter Hurley , Sebastian Reichel , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCHv5 0/4] n_gsm serdev support and protocol driver for droid4 modem Message-ID: <20200421124820.GB784065@kroah.com> References: <20200319173755.65082-1-tony@atomide.com> <20200421115920.GA16890@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200421115920.GA16890@amd> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 21, 2020 at 01:59:20PM +0200, Pavel Machek wrote: > Hi! > > > Here's v4 set of n_gsm serdev support patches, and the related protocol > > driver for the modem found on Motorola Mapphone phones and tablets > > like droid4. > > > > This series only adds basic character device support for the serdev > > driver. Other serdev consumer drivers for specific devices will be > > posted separately. > > > > The patches are against v5.6-rc series. > > And it would be good to get them into v5.7... pretty please :-). No, 5.7 is not ok for this, and i think it already needs a respin as this is not in my patch queue anymore. thanks, greg k-h