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=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED 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 8AF23C43381 for ; Wed, 20 Feb 2019 07:56:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5250C2083B for ; Wed, 20 Feb 2019 07:56:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725883AbfBTH46 (ORCPT ); Wed, 20 Feb 2019 02:56:58 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:46634 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725379AbfBTH45 (ORCPT ); Wed, 20 Feb 2019 02:56:57 -0500 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:b93f:9fae:b276:a89a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 640EB260F7F; Wed, 20 Feb 2019 07:56:56 +0000 (GMT) Date: Wed, 20 Feb 2019 08:56:53 +0100 From: Boris Brezillon To: Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Richard Weinberger , Marek Vasut , David Woodhouse , Brian Norris , Miquel Raynal , Tudor Ambarus Subject: [GIT PULL] mtd: Fixes for 5.0/5.0-rc8 Message-ID: <20190220085653.182aa2c6@collabora.com> Organization: Collabora X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, Here are 2 fixes for 5.0 (or -rc8 if you end up delaying the release). Regards, Boris The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9: Linux 5.0-rc6 (2019-02-10 14:42:20 -0800) are available in the Git repository at: git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-5.0-rc8 for you to fetch changes up to 3e35730dd7540bad2d4e002703996391d9be49a0: mtd: powernv_flash: Fix device registration error (2019-02-13 14:19:40 +0100) ---------------------------------------------------------------- - Don't add a digit to MTD-backed nvmem device names - Make sure powernv flash names are unique ---------------------------------------------------------------- Aneesh Kumar K.V (2): mtd: Use mtd->name when registering nvmem device mtd: powernv_flash: Fix device registration error drivers/mtd/devices/powernv_flash.c | 2 +- drivers/mtd/mtdcore.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)