Messages in this thread |  | | Date | Wed, 22 Oct 2014 01:34:56 -0700 | From | Brian Norris <> | Subject | Re: [PATCH v2 1/2] mtd: nand: omap: Do not use global variables |
| |
On Thu, Oct 02, 2014 at 02:16:12PM +0200, Rostislav Lisovy wrote: > Since the commit 97a288ba2cfa ("ARM: omap2+: gpmc-nand: Use > dynamic platform_device_alloc()") gpmc-nand driver supports > multiple NAND flash devices connected to the single controller. > Remove global variable to make the code thread-safe. > > Signed-off-by: Rostislav Lisovy <lisovy@merica.cz> > --- > Changes since v1: > * Do not dynamically allocate the 'struct nand_ecclayout' but rather > include it in the 'struct omap_nand_info' (Roger Quadros)
Pushed to l2-mtd.git with some small changes to the comment.
Thanks, Brian
|  |