26 Jun, 2008

2 commits


28 Jan, 2008

1 commit


04 Oct, 2007

2 commits

  • Mostly a bunch of direct access to in/out conversions, plus a few
    cast removals, __iomem annotations, and miscellaneous cleanup.

    Signed-off-by: Scott Wood
    Signed-off-by: Kumar Gala

    Scott Wood
     
  • The existing OF glue code was crufty and broken. Rather than fix it,
    it has been removed, and the serial driver now talks to the device tree
    directly.

    The non-CONFIG_PPC_CPM_NEW_BINDING code can go away once CPM platforms
    are dropped from arch/ppc (which will hopefully be soon), and existing
    arch/powerpc boards that I wasn't able to test on for this patchset get
    converted (which should be even sooner).

    Signed-off-by: Scott Wood
    Signed-off-by: Kumar Gala

    Scott Wood
     

28 Sep, 2007

1 commit

  • in cpm_uart_cpm1.h, DPRAM_BASE is assigned an address derived from cpmp.
    On ARC=ppc, this is a physical address with 1:1 DMA mapping which can't
    be used for arithmetric compare operations with virtual addresses
    returned by cpm_dpram_addr. This patch changes the assignment to use
    cpm_dpram_addr as well, like in cpm_uart_cpm2.h.

    Signed-off-by: Jochen Friedrich
    Signed-off-by: Kumar Gala

    Jochen Friedrich
     

07 Feb, 2007

1 commit

  • Recent update of asm-powerpc/io.h caused cpm-related stuff to break in the
    current kernel. Current patch fixes it, as well as other inconsistencies
    expressed, that do not permit targets from working properly:

    - Updated dts with a chosen node with interrupt controller,
    - fixed messed device IDs among CPM2 SoC devices,
    - corrected odd header name and fixed type in defines,
    - Added 82xx subdir to the powerpc/platforms Makefile, missed during
    initial commit,
    - new solely-powerpc header file for 8260 family (was using one from
    arch/ppc, this one cleaned up from the extra stuff), in fact for now
    a placeholder to get the board-specific includes for stuff not yet
    capable to live with devicetree peeks only
    - Fixed couple of misprints in reference mpc8272 dts.

    Signed-off-by: Vitaly Bordug
    Signed-off-by: Paul Mackerras

    Vitaly Bordug
     

04 Oct, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds