From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 24 Apr 2010 21:23:56 +0200 Subject: [U-Boot] [PATCH] serial: fix struct serial_device initialisation In-Reply-To: <1271169095-32364-1-git-send-email-agust@denx.de> References: <20100321223444.B57734C022@gemini.denx.de> <1271169095-32364-1-git-send-email-agust@denx.de> Message-ID: <20100424212356.5593aef2@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 13 Apr 2010 16:31:35 +0200 Anatolij Gustschin wrote: > Commit d774442c60756a8dd5d75de85574120ce375bd72 > extended struct serial_device but didn't add > appropriate initialization in all serial drivers. > This results in bricking a huge number of boards. > > This patch adds needed initialization in serial > drivers. > > Reported-by: Wolfgang Denk > Signed-off-by: Anatolij Gustschin > --- > This patch is based on u-boot-mpc5xxx master. Please ignore this patch, it is outdated and now replaced by [PATCH v4 1/8] serial: struct serial_device: add uninit() entry for drivers Thanks, Anatolij