From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 8 May 2017 14:28:51 +0200 Subject: [U-Boot] [PATCH 1/5] fix: nand: pxa3xx: Remove hardcode values from the driver In-Reply-To: <1490714218-24012-2-git-send-email-kostap@marvell.com> References: <1490714218-24012-1-git-send-email-kostap@marvell.com> <1490714218-24012-2-git-send-email-kostap@marvell.com> Message-ID: <02e51269-a4a7-e967-a6ad-430d4b6b5d13@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28.03.2017 17:16, kostap at marvell.com wrote: > From: Konstantin Porotchkin > > Obtain NAND controller setup parameters from the device > tree instead of using hardcoded values. > > Signed-off-by: Konstantin Porotchkin > Cc: Scott Wood > Cc: Stefan Roese > Cc: Igal Liberman > Cc: Nadav Haklai Reviewed-by: Stefan Roese Thanks, Stefan