Searched hist:"3864 cb2133b8d4a45dbad603f7b0b9f051d617ff" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/davinci/da8xxevm/ |
| H A D | da850evm.c | 3864cb2133b8d4a45dbad603f7b0b9f051d617ff Fri Jun 14 12:22:36 UTC 2013 Christian Riesch <christian.riesch@omicron.at> da850evm: Use clrbits function with correct endianess
The current code uses clrbits_be32 which is incorrect since we are on a little endian machine here. This patch fixes this issue and also removes some unnecessary code: Reading the current GPIO bank state is not required if we are using the SET and CLEAR GPIO registers for setting/clearing bits.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at> Cc: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Cc: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
|