From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver Date: Fri, 18 Sep 2015 19:25:30 -0500 Message-ID: <55FCAB7A.40403@tabi.org> References: <20150918180314.GA30740@goodgumbo.baconseed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150918180314.GA30740@goodgumbo.baconseed.org> Sender: linux-kernel-owner@vger.kernel.org To: Luis de Bethencourt , linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , Jiri Slaby , Fabian Frederick , Wolfram Sang , Peter Korsgaard , linux-serial@vger.kernel.org List-Id: linux-serial@vger.kernel.org Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Acked-by: Timur Tabi