commit | 903fc1d0a643cf57faa7d1365a30b09902cf79ad | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Oct 23 20:46:30 2015 +0200 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Sun Nov 01 22:02:15 2015 +0100 |
tree | ffe984653b7e36c035f9d70435337aa129201154 | |
parent | 6da77790d07af10fcc6787208dabc9f32ef4ee35 [diff] |
mmc: atmel: Implement proper private data Instead of passing just the register area as a private data, introduce a proper struct atmel_mci_priv structure instead. This will become useful in the subsequent patch, where we eliminate the global variable from this driver. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com> [fix free()] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>