98e3b3393ff25f79399dd7cdcf6450788788acae author Olof Johansson 1336634577 -0700 committer Olof Johansson 1336634591 -0700 mergetag object 98e3b3393ff25f79399dd7cdcf6450788788acae type commit tag v3.5-fixes-and-cleanups tagger Sekhar Nori 1336584652 +0530 DaVinci fixes and cleanups for v3.5 This pull request: 1) improves code readability by using for_each_set_bit_from in DMA driver. 2) fixes incorrect bit position being used in power domain switching code 3) fixes not marking some variables as const when they could be const 4) fixes section mismatch warning in da850 evm code -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAABAgAGBQJPqqueAAoJEGFBu2jqvgRNt2EP/jhzciusIieAnSOcHz91phdV M3aquG82xACNg/fiEcqr+MrUEKku7XeXOrm8zgo9CYQgnQYfgZHYKVY6LXerK4M2 10YseQ+DJUtVff25SFIpft4saZcG8RGSnkQRJWQ15CwXfcMR8SdlXoKUCLmC1pFG A/WZjz6cK4gPorgY4sv576sIWTRzG8pwO25C9mj1wq/572G9p0WQ3uoC8JL2Ux91 60fN+/HnE/2x5JpK4nXfLRpFo52t3k/lIhYKP+meEla+ctWhN9w29NEXEqJrBRf7 9dNl8mshIuT9EdMJcAEM8hxuKdX19jTHQAHVC6jhRjg3OVftKluyRKH/wcfZP87l cduxqr9O7CCTjBYfw6bds8Q9gFQNkbxYfl+efaxI6LxkEV4nTMTCtm68TNyiJfgw R1aKQWn4EnBUVfD4kkCmCXSNZNAnGYWZ7n/tf0429zjVvQv9pAsoGznkcRczERkd L7BZj23g/MXgrfMaM+ivM43TTJBYKt+wdDm2YplBJbwhG8PNgvddQWA/nCTRfm9F Hbq90UnaW7bOL12tXdVfsarCs2tEThmOlJ6Bb+S2Pu1wBNar5Ofwfl+y054RmBpy OKlwdikvAO3kQyly7tMUXMzEHb+lFUcbnaqZCv/TkMbyb+0PeuHmpUedkxjq41BR Myov6JbS0DpU4pXkollC =v+Og -----END PGP SIGNATURE----- Merge tag 'v3.5-fixes-and-cleanups' of git://gitorious.org/linux-davinci/linux-davinci into next/fixes DaVinci fixes and cleanups for v3.5 This pull request: 1) improves code readability by using for_each_set_bit_from in DMA driver. 2) fixes incorrect bit position being used in power domain switching code 3) fixes not marking some variables as const when they could be const 4) fixes section mismatch warning in da850 evm code By Uwe Kleine-König (2) and others via Sekhar Nori * tag 'v3.5-fixes-and-cleanups' of git://gitorious.org/linux-davinci/linux-davinci: arm: davinci: use for_each_set_bit_from ARM: davinci: da850-evm: fix section mismatch ARM: davinci: mark spi_board_info arguments as const ARM: davinci: fix incorrect pdctl next bit position Signed-off-by: Olof Johansson ³