From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 07 Feb 2017 16:01:22 +0100 Subject: [PATCH] ARM: ux500: cut some platform data In-Reply-To: <20170131210832.3377-1-linus.walleij@linaro.org> References: <20170131210832.3377-1-linus.walleij@linaro.org> Message-ID: <2080077.OMxztrf17j@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, January 31, 2017 10:08:32 PM CET Linus Walleij wrote: > This platform data is revoked: the drivers are getting the DMA > configuration from the device tree, it has been done like that > since the DMA support was merged and this data has not been used > since. The remaining auxdata is also unused. > > Acked-by: Arnd Bergmann > Signed-off-by: Linus Walleij > --- > ARM SoC folks: please apply this directly to the ux500/dev branch, > or if you want some separate cleanup branch. I originally > intended to send it along with other changes but those will land > in v4.12 or something instead. > --- > arch/arm/mach-ux500/board-mop500-audio.c | 77 ----------------------------- > arch/arm/mach-ux500/board-mop500.h | 17 ------- > arch/arm/mach-ux500/cpu-db8500.c | 16 ------ > arch/arm/mach-ux500/ste-dma40-db8500.h | 85 -------------------------------- > 4 files changed, 195 deletions(-) > delete mode 100644 arch/arm/mach-ux500/board-mop500-audio.c > delete mode 100644 arch/arm/mach-ux500/board-mop500.h > delete mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h Applied to next/soc, thanks! Arnd