From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 01 Dec 2014 11:01:20 -0700 Subject: [U-Boot] [PATCH 1/2] ARM: rpi: rename rpi_b to rpi In-Reply-To: References: <1416454864-12830-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <547CACF0.2080508@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/29/2014 08:56 PM, Simon Glass wrote: > Hi, > > On 24 November 2014 at 08:52, Simon Glass wrote: >> On 19 November 2014 at 20:41, Stephen Warren wrote: >>> The U-Boot port runs on a variety of RPi models, not just the B. So, >>> rename the port to something slightly more generic. >>> >>> Signed-off-by: Stephen Warren >>> --- >>> These two patches are based on "ARM: rpi_b: detect board revision" which >>> I sent recently. >>> --- >>> arch/arm/Kconfig | 6 +++--- >>> board/raspberrypi/{rpi_b => rpi}/Kconfig | 6 +++--- >>> board/raspberrypi/rpi/MAINTAINERS | 6 ++++++ >>> board/raspberrypi/{rpi_b => rpi}/Makefile | 2 +- >>> board/raspberrypi/{rpi_b/rpi_b.c => rpi/rpi.c} | 0 >>> board/raspberrypi/rpi_b/MAINTAINERS | 6 ------ >>> common/lcd.c | 2 +- >>> configs/rpi_b_defconfig | 2 -- >>> configs/rpi_defconfig | 2 ++ >>> doc/README.clang | 4 ++-- >>> include/configs/{rpi_b.h => rpi.h} | 0 >>> 11 files changed, 18 insertions(+), 18 deletions(-) >>> rename board/raspberrypi/{rpi_b => rpi}/Kconfig (71%) >>> create mode 100644 board/raspberrypi/rpi/MAINTAINERS >>> rename board/raspberrypi/{rpi_b => rpi}/Makefile (96%) >>> rename board/raspberrypi/{rpi_b/rpi_b.c => rpi/rpi.c} (100%) >>> delete mode 100644 board/raspberrypi/rpi_b/MAINTAINERS >>> delete mode 100644 configs/rpi_b_defconfig >>> create mode 100644 configs/rpi_defconfig >>> rename include/configs/{rpi_b.h => rpi.h} (100%) >> >> Reviewed-by: Simon Glass >> Tested-by: Simon Glass > > I have a dependent driver model patch. Is this patch intended to go > through the ARM tree? I would assume so, yes.