From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752877AbbGODGJ (ORCPT ); Tue, 14 Jul 2015 23:06:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49050 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047AbbGODGG (ORCPT ); Tue, 14 Jul 2015 23:06:06 -0400 Date: Tue, 14 Jul 2015 20:06:05 -0700 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Dan Carpenter Subject: Re: [PATCH 3/5] staging: sm7xxfb: use kernel commandline Message-ID: <20150715030605.GA26359@kroah.com> References: <1436256877-10754-1-git-send-email-sudipm.mukherjee@gmail.com> <1436256877-10754-4-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436256877-10754-4-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 07, 2015 at 01:44:35PM +0530, Sudip Mukherjee wrote: > We were only using the kernel commandline to set the mode if this driver > is builtin, but when it is built as a module we were not having any way > to set the mode. Start using commandline even if it is built as a > module. > > Signed-off-by: Sudip Mukherjee I applied the first 3 patches here, but not 4 and 5.