From patchwork Fri Sep 28 13:27:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10619937 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1834E6CB for ; Fri, 28 Sep 2018 13:27:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 07A152B2DA for ; Fri, 28 Sep 2018 13:27:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EFD452B2ED; Fri, 28 Sep 2018 13:27:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A6EE92B2DA for ; Fri, 28 Sep 2018 13:27:48 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 36B26CE5; Fri, 28 Sep 2018 13:27:48 +0000 (UTC) X-Original-To: ltsi-dev@lists.linuxfoundation.org Delivered-To: ltsi-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id B6F8FCE5 for ; Fri, 28 Sep 2018 13:27:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from kirsty.vergenet.net (kirsty.vergenet.net [202.4.237.240]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 3AA2576C for ; Fri, 28 Sep 2018 13:27:46 +0000 (UTC) Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 640A625B769; Fri, 28 Sep 2018 23:27:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1538141265; bh=jU9tDjGLXvQQFHz5FxVVsY9fHHEnpYIOawlW176stMs=; h=Date:From:To:Cc:Subject:From; b=SEUgdVA4leHbH1zJMYFMnBFNDnhEIfwwURL+F7MVf0a8ofHcJFMNpkY9vCOeSTrPM 5mGpYVi4/37Lkd9LHbGjZeEuCejhHaUNYZH9Cg+kUz/n2CeH84KmnrI/PrnIpzaKMJ RwmwuPQywHQIh2HS8DehGdKUimoblwWetDNXsWlA= Received: by reginn.horms.nl (Postfix, from userid 7100) id 61CA1940151; Fri, 28 Sep 2018 15:27:43 +0200 (CEST) Date: Fri, 28 Sep 2018 15:27:43 +0200 From: Simon Horman To: Greg KH Message-ID: <20180928132743.cfjkakd6g33lqwwh@verge.net.au> MIME-Version: 1.0 Content-Disposition: inline Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Cc: ltsi-dev@lists.linuxfoundation.org, linux-renesas-soc@vger.kernel.org, Magnus Damm Subject: [LTSI-dev] [GIT PULL LTSI-4.14] LTSI-v4.14 Backport of MSIOF and SDHI Fixes X-BeenThere: ltsi-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "A list to discuss patches, development, and other things related to the LTSI project" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ltsi-dev-bounces@lists.linuxfoundation.org Errors-To: ltsi-dev-bounces@lists.linuxfoundation.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, This is intended as a submission to LTSI-4.14. It is the backport of a fixes for sh-msiof and sdhi. All patches are present in v4.19-rc5. This pull-request is based on "[GIT PULL LTSI-4.14] LTSI-v4.14 Backport or I2C R-Car Fix" tagged as backport/v4.14.61/snapshot-to-v4.18+fixes-v2-flattened, which I have already sent a pull-request for. There are 3 patches. I have performed build testing of this backports on a wide range of defconfigs and I am not aware of any regressions over v4.14.40 (the baseline chosen when this work began). The following changes since commit 720043a4efbb3356db116d084c7b877ad41ee51a: i2c: sh_mobile: fix leak when using DMA bounce buffer (2018-09-17 15:54:30 +0200) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git backport/v4.14.61/snapshot-to-v4.18+fixes-v3-flattened for you to fetch changes up to 2a2a48e9abb6ded92f9fb2b3e8fdf5d7a929e05b: mmc: renesas_sdhi: Fix sampling clock position selecting (2018-09-28 14:42:13 +0200) ---------------------------------------------------------------- LTSI-v4.14 Backports of MSIOF and SDHI Fixes Base: * v4.14.61 * Backports of components for Renesas SoCs to v4.18 * First and second round of backports of I2C R-Car Fixes, tagged as backport/v4.14.61/snapshot-to-v4.18+fixes-v2-flattened Backport of fixes for sh-msiof and sdhi drivers to resolve problems uncovered during testing of earlier backports. ---------------------------------------------------------------- Geert Uytterhoeven (1): spi: sh-msiof: Make sure all DMA operations have completed Masaharu Hayakawa (1): mmc: tmio: Fix tuning flow Niklas Söderlund (1): mmc: renesas_sdhi: Fix sampling clock position selecting drivers/mmc/host/renesas_sdhi_core.c | 12 ++++++++ drivers/mmc/host/tmio_mmc_core.c | 2 -- drivers/spi/spi-sh-msiof.c | 53 ++++++++++++++++++++---------------- 3 files changed, 41 insertions(+), 26 deletions(-)