[PATCH 0/9] Qi gets I2C and PMU control, full speed CPU, SD Card power

Andy Green andy at openmoko.com
Tue Aug 19 16:56:01 CEST 2008


These patches get us in control of I2C and so the PMU, allowing us to push
GTA02 to 400MHz and GTA03 to 533MHz (not tested it yet).  It also allows us
to give power to the SD Card slots on 02 and 03 now.

There are some more cleanups around file name, placement and board API stuff.

---

Andy Green (9):
      add-gta03-bring-sd-card-power-up.patch
      add-gta03-pmu-533MHz-init.patch
      add-gta02-bring-sd-card-power-up.patch
      clean-serial-c-into-drivers.patch
      add-gta02-400MHz.patch
      introduce-i2c.patch
      update-comment-linker-script.patch
      reenable-bss-cleardown.patch
      add-copyright-notices.patch


 include/i2c-bitbang-s3c24xx.h     |    3 
 include/i2c-bitbang.h             |  101 ++++++++++++++++
 include/ports-s3c24xx.h           |   41 +++++++
 include/qi-serial.h               |  111 ------------------
 include/qi.h                      |    5 -
 include/serial-s3c24xx.h          |   72 ++++++++++++
 src/drivers/i2c-bitbang-s3c24xx.c |   68 +++++++++++
 src/drivers/i2c-bitbang.c         |  230 +++++++++++++++++++++++++++++++++++++
 src/drivers/serial-s3c24xx.c      |   77 ++++++++++++
 src/gta02/gta02.c                 |   92 ++++++++++++++-
 src/gta03/gta03.c                 |   56 +++++++++
 src/nand_read.c                   |   20 ---
 src/qi.lds                        |   12 +-
 src/serial.c                      |   76 ------------
 src/start.S                       |    3 
 src/start_qi.c                    |   10 +-
 src/utils.c                       |   14 +-
 17 files changed, 755 insertions(+), 236 deletions(-)
 create mode 100644 include/i2c-bitbang-s3c24xx.h
 create mode 100644 include/i2c-bitbang.h
 create mode 100644 include/ports-s3c24xx.h
 delete mode 100644 include/qi-serial.h
 create mode 100644 include/serial-s3c24xx.h
 create mode 100644 src/drivers/i2c-bitbang-s3c24xx.c
 create mode 100644 src/drivers/i2c-bitbang.c
 create mode 100644 src/drivers/serial-s3c24xx.c
 delete mode 100644 src/serial.c

-- 
Signature



More information about the openmoko-kernel mailing list