Thomas Petazzoni 09f2b7864c dma: mv_xor: do not use pool_size from platform_data within the driver
The driver currently pokes into the platform_data structure during its
normal operation to get the pool_size value. Poking into the
platform_data structure is not nice when moving to the Device Tree, so
this commit adds a new pool_size field in the mv_xor_device structure,
which gets initialized at ->probe() time. The driver then uses this
field instead of the platform_data.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-11-20 15:58:55 +01:00
..
2012-09-01 08:57:12 -07:00
2012-10-09 07:07:14 +09:00
2012-10-09 07:07:14 +09:00
2012-09-01 08:57:12 -07:00
2012-10-09 07:07:14 +09:00
2012-09-01 08:57:12 -07:00
2012-04-10 15:30:16 -07:00
2012-09-14 08:14:07 +05:30
2012-09-14 08:14:07 +05:30
2012-10-09 07:07:14 +09:00
2011-01-30 22:27:21 -08:00
2012-09-01 08:57:12 -07:00