qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10] pxa2xx: memory API conversions


From: Benoît Canet
Subject: [Qemu-devel] [PATCH 00/10] pxa2xx: memory API conversions
Date: Wed, 26 Oct 2011 16:56:26 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]