From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756450AbbBJOH7 (ORCPT ); Tue, 10 Feb 2015 09:07:59 -0500 Received: from mail-pd0-f172.google.com ([209.85.192.172]:41521 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756400AbbBJOH5 (ORCPT ); Tue, 10 Feb 2015 09:07:57 -0500 Date: Tue, 10 Feb 2015 19:37:47 +0530 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: doubt about sm7xxfb Message-ID: <20150210140747.GA15593@sudip-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, we have this sm7xxfb in drivers/staging now which is supporting SM710, SM712, SM721 and SM722. I am also working on another new hardware SM750, which will be ready for staging in next 1 -2 weeks. this SM750 is entirely different hardware and these two drivers will have nothing in common. So should i place it in sm7xxfb? or i keep it in a new folder drivers/staging/sm750fb? or maybe place them in separate folders sm712 and sm750 under drivers/staging/sm7xxfb? regards sudip