Convert most of pxa2xx periferal to memory API. pxa2xx_dmai.c was intact appart because it use cpu_physical_memory_read/write internal and seems special.
Benoît Canet (10): pxa2xx_gpio: convert to memory API pxa2xx_pcmcia.c: convert common memory space to memory API pxa2xx_pcmcia.c: convert attribute memory space to memory API pxa2xx_pcmcia.c: convert io memory space to memory API pxa2xx_pcmcia.c: merge calls to get_system_memory() pxa2xx_keypad: convert to memory API pxa2xx_timer: convert to memory API pxa2xx_pic: convert to memory API pxa2xx_mmci: convert to memory API. pxa2xx_lcd: convert to memory API hw/pxa2xx_gpio.c | 29 ++++++---------- hw/pxa2xx_keypad.c | 30 +++++++--------- hw/pxa2xx_lcd.c | 30 +++++++--------- hw/pxa2xx_mmci.c | 28 ++++++++-------- hw/pxa2xx_pcmcia.c | 94 +++++++++++++++++++++++---------------------------- hw/pxa2xx_pic.c | 31 +++++++---------- hw/pxa2xx_timer.c | 28 +++++++--------- 7 files changed, 118 insertions(+), 152 deletions(-) -- 1.7.4.1