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=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 DD433C2D0E9 for ; Thu, 26 Mar 2020 10:16:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B57FE2076A for ; Thu, 26 Mar 2020 10:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585217800; bh=9re96SEXCRYFoiTD9BGKpeqcEyrOoChSKrB3wSIW0zU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HQqA46tNoJhvY3ipkqeWYS/k1pRbFj51J4X6M5DPtZm+AjupQVgkcuA9CCVKHiM+s 1D2M9XUQnlUxtVwXaUyBIth5PZlvKgnZxDRyq8DF7C1KAapxxfk+mXS7Cs/JJ4MIMO kRtpsBtSijSebvmvrkRkEiJ9sw4H+XF3rx7JrmnM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727959AbgCZKQk (ORCPT ); Thu, 26 Mar 2020 06:16:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:45774 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727636AbgCZKQk (ORCPT ); Thu, 26 Mar 2020 06:16:40 -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 2BCFF2076A; Thu, 26 Mar 2020 10:16:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585217799; bh=9re96SEXCRYFoiTD9BGKpeqcEyrOoChSKrB3wSIW0zU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0GCsUaViLGigPFyOe9tNecN64Khh81g6lcT0SFOecaocwL7RMmzZ6fb6qcajabdkP ZfGofhdYPNUmQ87RDZ2JJizTY0C3fkSdAlMV58/1mXDWxe5p2KT/YCKSjL/ZkZH6Vq HRsD1CrFRow0F8+9/qh1pRwAfaaxT3aBPC99D5pQ= Date: Thu, 26 Mar 2020 11:16:05 +0100 From: Greg Kroah-Hartman To: Johan Hovold Cc: linux-usb@vger.kernel.org Subject: Re: [GIT PULL] USB-serial updates for 5.7-rc1 Message-ID: <20200326101605.GA1011567@kroah.com> References: <20200326100909.GA21067@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326100909.GA21067@localhost> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Mar 26, 2020 at 11:09:09AM +0100, Johan Hovold wrote: > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: > > Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.7-rc1 Pulled and pushed out, thanks. greg k-h