media: coda: use genalloc API
authorPhilipp Zabel <[email protected]>
Mon, 29 Apr 2013 23:17:14 +0000 (16:17 -0700)
committerLinus Torvalds <[email protected]>
Tue, 30 Apr 2013 01:28:13 +0000 (18:28 -0700)
commit657eee7d25fb1422422ca32d5619185ae56a245d
tree0591c85ff0b4757c0392396b3b1b0029241f8957
parent4984c6f5e56c3e68922fd979347ba7aff385783b
media: coda: use genalloc API

This patch depends on "genalloc: add devres support, allow to find a
managed pool by device", which provides the of_get_named_gen_pool and
dev_get_gen_pool functions.

Signed-off-by: Philipp Zabel <[email protected]>
Acked-by: Javier Martin <[email protected]>
Acked-by: Grant Likely <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Dong Aisheng <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Huang Shijie <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Shawn Guo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/devicetree/bindings/media/coda.txt [new file with mode: 0644]
drivers/media/platform/Kconfig
drivers/media/platform/coda.c
include/linux/platform_data/coda.h [new file with mode: 0644]