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=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 9BD70C3A589 for ; Sun, 18 Aug 2019 19:45:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5643F2146E for ; Sun, 18 Aug 2019 19:45:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727125AbfHRTpR (ORCPT ); Sun, 18 Aug 2019 15:45:17 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:37420 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726952AbfHRTpR (ORCPT ); Sun, 18 Aug 2019 15:45:17 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 37B0A608311C; Sun, 18 Aug 2019 21:45:15 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id dT5efuPyFkei; Sun, 18 Aug 2019 21:45:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id EECFA6083139; Sun, 18 Aug 2019 21:45:14 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id OG-AabBUKhyf; Sun, 18 Aug 2019 21:45:14 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id BBC7B608311C; Sun, 18 Aug 2019 21:45:14 +0200 (CEST) Date: Sun, 18 Aug 2019 21:45:14 +0200 (CEST) From: Richard Weinberger To: torvalds Cc: linux-mtd , linux-kernel , Miquel Raynal , Tudor Ambarus Message-ID: <260502461.69486.1566157514722.JavaMail.zimbra@nod.at> Subject: [GIT PULL] MTD fixes for 5.3-rc5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF60 (Linux)/8.8.12_GA_3809) Thread-Index: 8u4Z8DksfERG1yND1iSr6SAwSY1F9g== Thread-Topic: MTD fixes for 5.3-rc5 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit d45331b00ddb179e291766617259261c112db872: Linux 5.3-rc4 (2019-08-11 13:26:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/fixes-for-5.3-rc5 for you to fetch changes up to 834de5c1aa768eb3d233d6544ea7153826c4b206: mtd: spi-nor: Fix the disabling of write protection at init (2019-08-13 14:34:42 +0200) ---------------------------------------------------------------- This pull request contains a single fix for MTD: - spi-nor: Fix to correctly set the WP pin ---------------------------------------------------------------- Tudor Ambarus (1): mtd: spi-nor: Fix the disabling of write protection at init drivers/mtd/spi-nor/spi-nor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)