Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043Ab2HaJhf (ORCPT ); Fri, 31 Aug 2012 05:37:35 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:51488 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751813Ab2HaJhd convert rfc822-to-8bit (ORCPT ); Fri, 31 Aug 2012 05:37:33 -0400 Message-ID: <1346405848.5316.11.camel@coredoba.hi.pengutronix.de> Subject: Re: [PATCH v2 6/9] misc: Generic on-chip SRAM allocation driver From: Jan =?ISO-8859-1?Q?L=FCbbe?= To: Philipp Zabel Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Grant Likely , Rob Herring , Paul Gortmaker , Shawn Guo , Richard Zhao , Huang Shijie , Dong Aisheng , kernel@pengutronix.de, devicetree-discuss@lists.ozlabs.org, Greg Kroah-Hartman Date: Fri, 31 Aug 2012 11:37:28 +0200 In-Reply-To: <1346405224-20399-7-git-send-email-p.zabel@pengutronix.de> References: <1346405224-20399-1-git-send-email-p.zabel@pengutronix.de> <1346405224-20399-7-git-send-email-p.zabel@pengutronix.de> Organization: Pengutronix Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 X-SA-Exim-Connect-IP: 2001:6f8:1178:2:219:99ff:fe56:8d7 X-SA-Exim-Mail-From: jlu@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1255 Lines: 30 On Fri, 2012-08-31 at 11:27 +0200, Philipp Zabel wrote: > This driver requests and remaps a memory region as configured in the > device tree. It serves memory from this region via the genalloc API. > > Other drivers can retrieve the genalloc pool from a phandle pointing > to this drivers' device node in the device tree. > > Signed-off-by: Philipp Zabel > --- > drivers/misc/Kconfig | 8 ++++ > drivers/misc/Makefile | 1 + > drivers/misc/sram.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 114 insertions(+) > create mode 100644 drivers/misc/sram.c We now have drivers/memory, which seems to be a good place for this. Regards, Jan -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/