Revision 3466b547e37b988723dc93465b7cb06b4b1f731f authored by Rafael J. Wysocki on 21 February 2015, 03:29:16 UTC, committed by Rafael J. Wysocki on 21 February 2015, 03:29:16 UTC
* pnp:
  PNP: Switch from __check_region() to __request_region()

* pm-cpuidle:
  cpuidle: powernv: Avoid endianness conversions while parsing DT
  cpuidle: powernv: Read target_residency value of idle states from DT if available

* pm-cpufreq:
  cpufreq: s3c: remove last use of resume_clocks callback
  cpufreq: s3c: remove incorrect __init annotations
4 parent s 9d0de5a + eeeb98b + 70734a7 + 67fadaa
Raw File
TODO
TODO for slave dma

1. Move remaining drivers to use new slave interface
2. Remove old slave pointer machansim
3. Make issue_pending to start the transaction in below drivers
	- mpc512x_dma
	- imx-dma
	- imx-sdma
	- mxs-dma.c
	- intel_mid_dma
4. Check other subsystems for dma drivers and merge/move to dmaengine
5. Remove dma_slave_config's dma direction.
back to top