9
0
Fork 0
barebox/drivers/mtd/devices
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
Kconfig mtd: m25p80: Fix Kconfig dependencies 2015-06-29 07:13:23 +02:00
Makefile mtd: add mtdram device (which build mtd over ram area - useful for FRAM oder MRAM) 2014-09-09 09:52:53 +02:00
docg3.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
docg3.h drivers/mtd: add docg3 chip 2012-01-02 12:34:58 +01:00
m25p80.c mtd: spi-nor: Match jedec,spi-nor 2016-02-11 11:24:42 +01:00
mtd_dataflash.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
mtdram.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00