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=DKIM_SIGNED,DKIM_VALID, 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 8A61DC4332F for ; Sun, 8 Sep 2019 13:31:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 61923206A1 for ; Sun, 8 Sep 2019 13:31:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="BimSHKNE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728222AbfIHNbp (ORCPT ); Sun, 8 Sep 2019 09:31:45 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:41089 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728188AbfIHNbp (ORCPT ); Sun, 8 Sep 2019 09:31:45 -0400 Received: by mail-io1-f66.google.com with SMTP id r26so22760602ioh.8 for ; Sun, 08 Sep 2019 06:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=X36wmf2pELzyiFZg2q0AZrLC5LYQSeOEO3rN3+H57xE=; b=BimSHKNEyNzWb8hT9o7lZ2Nhdz/s4+lbiuzgpmVLSurdU1us2dnPcX4TK/Wg+cAbKH oVd2ZhdQAxE+a4fHS932+8og+uPsHLydHNkwp28Au5hrNzHhD8cr3C07Up6dpjg1L5We JVyoJQxbUyyXkNyXqmLr0TlbDB0A0f1mnJnrP+RO3nZlF62DmwCnrNEka/VcHUNZxe51 9sRid72T1Jwe7r5ctCkCBVTqG6Qtm+a82yBZGA1Nj4Vop0YsfYVXoC7E267+P503exA7 CzR0t2upSy3AgcUA0Vj9I+mnENWe6Wc3v0eLkyYP4tAeZKwM2W5A6U7VsWdj+FSfltr8 tltg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=X36wmf2pELzyiFZg2q0AZrLC5LYQSeOEO3rN3+H57xE=; b=Q1zIJ/dZKXbbTIPG4UpRDmbdZorEWEbrA8EnvTxzKDIitAKyXsfxNsSNUhKycC1cTT IGOO/qlzOwJJr2+o3PkCUuVON5MEMRUcQ5vZRl5+TlutBmyWFPjIKCb+opgQLxL93LSs p9vC6nQmOuJbfiYwW6PZaDLQft97ecxlEjQo3wk5pBnYBBC8LpqiL4iblJkm1ZlTiiqQ ZHquEwICKW48NdNUKndLavllCooG2ddRMpHDJxE0Vi36PA4tFzqO9K8a7e587ELZ9Mfq zdGG+5Vh37qPwuvTjQ2Msz1kUhU2JoETfXNwU5ujX6Pjc98iZ2dnMJg9mtCU4enOw+Wm EzCg== X-Gm-Message-State: APjAAAXYaH4RuuYzG78X+wXdISuQkAtRp1tpi92Idz4tKv4JgQgwdy7S QStrIOs5kwN0L0b9S7vri80su4oeSPfChb+z9QPflg== X-Google-Smtp-Source: APXvYqwzM2/smviUmWv4GATCXByKYmZBZv6kVqGnmRGoYGjQ1Na3OObolYsXeau8eo8I2KisMILUm2hc4DvR+jJL9Aw= X-Received: by 2002:a5d:8457:: with SMTP id w23mr3350922ior.189.1567949504203; Sun, 08 Sep 2019 06:31:44 -0700 (PDT) MIME-Version: 1.0 References: <20190725131257.6142-1-brgl@bgdev.pl> <27eb964a-bc6c-3a0d-c2c4-48e908465986@ti.com> In-Reply-To: From: Bartosz Golaszewski Date: Sun, 8 Sep 2019 15:31:33 +0200 Message-ID: Subject: Re: [PATCH v2 0/5] ARM: make DaVinci part of the ARM v5 multiplatform build To: Arnd Bergmann Cc: Bartosz Golaszewski , Sekhar Nori , Kevin Hilman , David Lechner , Linux ARM , Linux Kernel Mailing List , Linux Media Mailing List , Mauro Carvalho Chehab , Hans Verkuil Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org sob., 7 wrz 2019 o 10:21 Arnd Bergmann napisa=C5=82(a): > > On Wed, Aug 28, 2019 at 9:55 AM Bartosz Golaszewski > wrote: > > =C5=9Br., 28 sie 2019 o 09:44 Sekhar Nori napisa=C5=82= (a): > > > > Actually I tested this without the clocksource conversion and it works > > - the previous driver still selects relevant config options. But I > > think you're right - it's worth picking up all the bug fixes from this > > series and then merging the rest once dm365 issue is fixed. > > I just had another look at the series and found that the driver fixes > (patches 1 and 2) are queued in linux-next, and patch 3 was merged. > > If you like, I could put the remaining two patches into the arm/late bran= ch > and send that after the media and staging trees are merged into mainline. > > Arnd Sure! Makes sense. Sekhar: this series doesn't break current mainline (i.e. without the clocksource series) so I think we're safe even for dm365. Bart