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=-12.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 E889AC0650E for ; Mon, 1 Jul 2019 10:15:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C59652089F for ; Mon, 1 Jul 2019 10:15:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727372AbfGAKPg (ORCPT ); Mon, 1 Jul 2019 06:15:36 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:7686 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728783AbfGAKPg (ORCPT ); Mon, 1 Jul 2019 06:15:36 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 1DE5AB2AF5762AC74392; Mon, 1 Jul 2019 18:15:34 +0800 (CST) Received: from localhost (10.202.226.61) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Mon, 1 Jul 2019 18:15:30 +0800 Date: Mon, 1 Jul 2019 11:15:21 +0100 From: Jonathan Cameron To: Greg KH CC: Jonathan Cameron , Subject: Re: [PULL] Second set of IIO new device support, features and cleanups for the 5.3 cycle. Message-ID: <20190701111521.00003b1c@huawei.com> In-Reply-To: <20190701085958.GA11465@kroah.com> References: <20190627204945.104a3af2@archlinux> <20190701085958.GA11465@kroah.com> Organization: Huawei X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.61] X-CFilter-Loop: Reflected Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Mon, 1 Jul 2019 10:59:58 +0200 Greg KH wrote: > On Thu, Jun 27, 2019 at 08:49:45PM +0100, Jonathan Cameron wrote: > > The following changes since commit 1f48d056287d58f425c4f36705764f2ba802feba: > > > > MAINTAINERS: Add entry for anybuss drivers (2019-05-24 21:20:43 +0200) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.3b > > Pulled and pushed out. NOte, there was one tiny merge issue that you > might want to check that I got correct. Looks good to me. thanks! Jonathan > > thanks, > > greg k-h