From patchwork Sun Feb 3 21:29:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10794833 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 2037913B4 for ; Sun, 3 Feb 2019 21:30:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E35F2AE9F for ; Sun, 3 Feb 2019 21:30:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F3AAB2AEA6; Sun, 3 Feb 2019 21:29:59 +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.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 907A22AE9F for ; Sun, 3 Feb 2019 21:29:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=D1ByK4QlT5jGLVkIRtvr+76JPvY2k1jJAc1LHh/181A=; b=eFUUbIPfrkNkb5 Y3tsGItnpl14PDp9G3QmItqKz36oy8EEznQ8JGLUXTvge+D9PizletDfVYq6R0wcMreah5m8zvBh8 oJ9D+3G0j+T9/WK4aeaURi9js1McL2v66IyP/VGs9a26qGlerC5qi7vwqom8dtm0Csudob4aWhBo1 LkeWRgwhKs2fkG57XI+drVkKd5GUFdc2hFMtGdkO4YPT7QP91+yIBiLZdLLKW7gJHxacvLtUs2X7N bkCxG8Tp0/mWP+LV+LY6+GDcpNOQ3JlAgKE2hzJDA/AFctxWIq1f1FyYFdi/wYbWrSQEzmYrsp3h/ jSlGW809u/sanxIN+uzw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPKu-0003RJ-MO; Sun, 03 Feb 2019 21:29:56 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPKi-0003Iq-Jh for linux-arm-kernel@lists.infradead.org; Sun, 03 Feb 2019 21:29:46 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 9ACB8440836; Sun, 3 Feb 2019 21:29:39 +0000 (GMT) From: Vladimir Zapolskiy To: Arnd Bergmann , Olof Johansson , Kevin Hilman , arm@kernel.org Subject: [GIT PULL 1/3] ARM: defconfig: NXP LPC32xx and LPC18xx/LPC43xx changes for 5.1 Date: Sun, 3 Feb 2019 23:29:34 +0200 Message-Id: <20190203212936.17053-1-vz@mleia.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190203_212939_658145_1DD8D44A X-CRM114-Status: GOOD ( 11.30 ) /bin/ln: failed to access 'reaver_cache/texts/20190203_212939_658145_1DD8D44A': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190203_212939_658145_1DD8D44A X-CRM114-Status: GOOD ( 11.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Arnd, Olof and Kevin, please consider to pull the updates to NXP LPC32xx and NXP LPC18xx/LPC32xx defconfig files, both defconfigs are now up to date to provide support of boards maintained in the Linux kernel and savedefconfig does not produce a difference. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-defconfig-for-5.1 for you to fetch changes up to 25dc2e0bd22ecf7be552c44a71c0abe68f6a641d: ARM: defconfig: lpc32xx: enable DRM simple panel driver (2019-02-03 21:25:42 +0200) ---------------------------------------------------------------- ARM: lpc32xx: defconfig updates for v5.1 Here are the changes for ARM NXP LPC32xx and ARM NXP LPC18xx/LPC43xx defconfig files: * LPC18xx/LPC43xx and LPC32xx defconfig files got updates to match savedefconfig, * PL11x LCD controller driver on both LPC18xx/LPC43xx and LPC32xx has been switched from fbdev to DRM one, * drivers of GPIO controllers not found on LPC32xx boards are disabled, * LPC32xx gets enabled additional sane debugging options: panic on oops, sysrq, dynamic debug, timestamps in kernel log buffer and built GDB scripts, * LPC32xx gets enabled NFSv4 support, * LPC32xx gets enabled a number of used drivers: DRM simple panel, fixed voltage regulator and generic SRAM drivers, * Option to have a serial console on HS UART on LPC32xx is enabled. ---------------------------------------------------------------- Linus Walleij (4): ARM: defconfig: Update LPC18xx defconfig ARM: defconfig: Switch LPC18xx to use PL11x DRM driver ARM: defconfig: Update LPC32xx defconfig ARM: defconfig: Switch LPC32xx to use PL11x DRM driver Vladimir Zapolskiy (8): ARM: defconfig: lpc32xx: enable NFSv4 support ARM: defconfig: lpc32xx: enable build options for basic debugging ARM: defconfig: lpc32xx: enable panic on oops option ARM: defconfig: lpc32xx: enable serial console on HS UART ARM: defconfig: lpc32xx: enable generic SRAM driver ARM: defconfig: lpc32xx: disable superfluous GPIO controllers ARM: defconfig: lpc32xx: enable fixed voltage regulator support ARM: defconfig: lpc32xx: enable DRM simple panel driver arch/arm/configs/lpc18xx_defconfig | 31 ++++++++++------------ arch/arm/configs/lpc32xx_defconfig | 65 ++++++++++++++++++++++------------------------ 2 files changed, 44 insertions(+), 52 deletions(-) --- Best wishes, Vladimir From patchwork Sun Feb 3 21:29:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10794835 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 2563513BF for ; Sun, 3 Feb 2019 21:30:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0EB582AECC for ; Sun, 3 Feb 2019 21:30:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 027532AEA6; Sun, 3 Feb 2019 21:30:19 +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.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 909252AEA6 for ; Sun, 3 Feb 2019 21:30:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hi+pkumlDJQsKz4oH/QbpmyaIV/cPTx1VzKTuxYqvcc=; b=srLGwnGUi+2tFR FKOzyl4JuxQbZgNBDcI2j0VfaYrKxz4jKh2p3UhEacE/JJ5zeeOJd/xZDoiqoLX6/ZhZ2L4ybrx7x /UFGsDKYfbpkNLHxABDjWGlRfsMhlEhB4ouh9F6tMtMt19j9epx5r/BbSc1phoUsrRrffB2PMAFEE 3ajrIzKlCc6jxGPUVHdj8O38fi/4tn6IyraG1+AQWUnePmkB55zd5aDVXMrVeolQh1YIf3bpx8ySy Ytd8NO2+hcuQR3mKSyWk/0gEYapthqyV8myNIq9xoZdmZlbhhBiYBCWKgA6eHrecZTALUaYxm584j of1FJTG3Ly2U6HFiYZIg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPLE-0004KM-TE; Sun, 03 Feb 2019 21:30:16 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPKi-0003Ip-JN for linux-arm-kernel@lists.infradead.org; Sun, 03 Feb 2019 21:29:48 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 2A44643EF9C; Sun, 3 Feb 2019 21:29:40 +0000 (GMT) From: Vladimir Zapolskiy To: Arnd Bergmann , Olof Johansson , Kevin Hilman , arm@kernel.org Subject: [GIT PULL 2/3] ARM: dts: NXP LPC32xx and LPC18xx/LPC43xx changes for 5.1 Date: Sun, 3 Feb 2019 23:29:35 +0200 Message-Id: <20190203212936.17053-2-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190203212936.17053-1-vz@mleia.com> References: <20190203212936.17053-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190203_212940_195044_17E18460 X-CRM114-Status: GOOD ( 14.99 ) /bin/ln: failed to access 'reaver_cache/texts/20190203_212940_195044_17E18460': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190203_212940_195044_17E18460 X-CRM114-Status: GOOD ( 13.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Arnd, Olof and Kevin, please consider to pull the updates to NXP LPC32xx and NXP LPC18xx/LPC32xx board devicetree files, added support of one LPC4357 devkit board and now proper description and usage of PL111 controller can be found on both LPC32xx and LPC18xx/LPC43xx platforms. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-dt-for-5.1 for you to fetch changes up to 0293adf76ae96cea6e1690e79d9912c690bccde3: ARM: dts: lpc32xx: ea3250: beautify gpio keys children nodes (2019-02-03 21:37:43 +0200) ---------------------------------------------------------------- ARM: lpc32xx: devicetree updates for v5.1 Here are the changes for ARM NXP LPC32xx and ARM NXP LPC18xx/LPC43xx devicetree files: * added dts file for MYIR Tech MYD-LPC4357 development board, * two missing properties are added to LPC32xx keypad controller device tree node, this fixes a long-standing problem with its initialization, * LPC32xx PL11x LCD controller device node got corrected properties, which allows to use it with a new PL11x DRM driver, * output voltage level on one of Phytec phyCORE-LPC3250 fixed regulators is corrected, the fix is needed to remove duplicating platform data, * Phytec phyCORE-LPC3250 board gets a description of a kit LCD panel, this completes setup of CLCD device tree node for the board, * added unit addresses to memory device nodes on EA and Phytec boards, * fixes of ordinary warnings in dts formatting like leading zeroes, unused address and size cell properties and so on. ---------------------------------------------------------------- Mathieu Malaterre (1): ARM: dts: lpc32xx: Remove leading 0x and 0s from bindings notation Vladimir Zapolskiy (12): ARM: dts: lpc435x: remove address and size cells from gpio-keys-polled nodes ARM: dts: Add DT for MYIR Tech MYD-LPC4357 Development Board ARM: dts: lpc32xx: add required clocks property to keypad device node ARM: dts: lpc32xx: reparent keypad controller to SIC1 ARM: dts: lpc32xx: fix ARM PrimeCell LCD controller variant ARM: dts: lpc32xx: fix ARM PrimeCell LCD controller clocks property ARM: dts: lpc32xx: phy3250: fix SD card regulator voltage ARM: dts: lpc32xx: phy3250: remove regulators umbrella device node ARM: dts: lpc32xx: phy3250: setup LCD controller to panel interface ARM: dts: lpc32xx: phy3250: add unit address to memory device node ARM: dts: lpc32xx: ea3250: add unit address to memory device node ARM: dts: lpc32xx: ea3250: beautify gpio keys children nodes arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/lpc3250-ea3250.dts | 20 +- arch/arm/boot/dts/lpc3250-phy3250.dts | 87 +++-- arch/arm/boot/dts/lpc32xx.dtsi | 28 +- arch/arm/boot/dts/lpc4350-hitex-eval.dts | 2 - arch/arm/boot/dts/lpc4357-ea4357-devkit.dts | 2 - arch/arm/boot/dts/lpc4357-myd-lpc4357.dts | 619 ++++++++++++++++++++++++++++++++++++ 7 files changed, 701 insertions(+), 60 deletions(-) create mode 100644 arch/arm/boot/dts/lpc4357-myd-lpc4357.dts --- Best wishes, Vladimir From patchwork Sun Feb 3 21:29:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10794831 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 B014B13B4 for ; Sun, 3 Feb 2019 21:29:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C7DF2AE8E for ; Sun, 3 Feb 2019 21:29:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9081B2AE9F; Sun, 3 Feb 2019 21:29:52 +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.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 33EFC2AE8E for ; Sun, 3 Feb 2019 21:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FfojPozzGZSSDGlfQJ2CfF5Eg+ea2rJ6Dy3YNlnpdB4=; b=ELoD+q+QAVfbCg R4jaRkY1+zd/WETDNE4HqYFi6vKSE4j/o45K+6hAmTqn6cycMPnc8NxLGpSUk0WdAk8Iax7n8RdNQ SxBhaJ/DaRP9yA5p8o/zZ9ekVM6Ai8uuCPsqI/T6Fa7mmB5tlFXUKaTo4eWO9c4PCQFTLYDxVGwZ3 Wj47EB0b6y4UjVmeEYXgLr70Ik/gYzBsh2V+9IFxSzPDTtiA3SdB4ibzMVfftrA8bDa/cGGFjEsfw H704aSsGrZ4fA+C0h8jaqnUm8Yx3/70vc93zcrWzJAWLrh0q8Bipf0UjXKdx62EFFhiTfAipLOL23 CGdCQHhNhfmLMxQurg6g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPKm-0003Jl-Ct; Sun, 03 Feb 2019 21:29:48 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqPKi-0003Ir-KY for linux-arm-kernel@lists.infradead.org; Sun, 03 Feb 2019 21:29:46 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id B2F0B440845; Sun, 3 Feb 2019 21:29:40 +0000 (GMT) From: Vladimir Zapolskiy To: Arnd Bergmann , Olof Johansson , Kevin Hilman , arm@kernel.org Subject: [GIT PULL 3/3] ARM: lpc32xx: NXP LPC32xx platform changes for 5.1 Date: Sun, 3 Feb 2019 23:29:36 +0200 Message-Id: <20190203212936.17053-3-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190203212936.17053-1-vz@mleia.com> References: <20190203212936.17053-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190203_212940_756925_BAC54EFA X-CRM114-Status: GOOD ( 10.28 ) /bin/ln: failed to access 'reaver_cache/texts/20190203_212940_756925_BAC54EFA': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190203_212940_756925_BAC54EFA X-CRM114-Status: GOOD ( 12.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Arnd, Olof and Kevin, please consider to pull the updates to NXP LPC32xx platform files, the work of moving platform data into particular board dts files has been continued. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-soc-for-5.1 for you to fetch changes up to 49bb0b964c1f067aeb282e85e42123cc36b7b147: ARM: lpc32xx: remove platform data of ARM PL111 LCD controller (2019-02-03 21:40:41 +0200) ---------------------------------------------------------------- ARM: lpc32xx: platform updates for v5.1 Here are the changes for ARM NXP LPC32xx platform files: * removed a superfluous record to kernel log buffer under OOM condition, * use kmemdup() helper instead of kmalloc()/memcpy() pair, * removed platform data of ARM PL180 SD/MMC and ARM PL111 LCD controllers, since now both are handled in devicetree files. ---------------------------------------------------------------- Markus Elfring (1): ARM: lpc32xx: Delete an error message for a failed memory allocation in lpc32xx_pm_enter() Vladimir Zapolskiy (2): ARM: lpc32xx: remove platform data of ARM PL180 SD/MMC controller ARM: lpc32xx: remove platform data of ARM PL111 LCD controller zhong jiang (1): ARM: lpc32xx: Use kmemdup to replace duplicating its implementation arch/arm/mach-lpc32xx/phy3250.c | 84 ------------------------------------------------- arch/arm/mach-lpc32xx/pm.c | 13 ++------ 2 files changed, 3 insertions(+), 94 deletions(-) --- Best wishes, Vladimir