1. 13 9月, 2005 1 次提交
    • R
      [PATCH] SharpSL: Abstract c7x0 specifics from Corgi SSP · 50a5de44
      Richard Purdie 提交于
      Sharp's newer range of Zaurus clamshell handhelds, the cxx00's are similar to
      the c7x0 series yet different.  This patch series abstracts the differences
      and generates a set of common drivers that support both series of devices.  It
      then adds machine support for Spitz (SL-C3000) and Borzoi (SL-C3100).  Hooks
      for Akita (SL-C1000) differences are also added.  The I2C driver for its IO
      expander is the only missing piece.
      
      This patch:
      
      Separate out the Sharp Zaurus c7x0 series specific code from corgi_ssp.c so
      that other models such as the cxx00's can share it.  Create sharpsl.h which
      will be used to abstract machine/model specifics.
      
      This enables the driver to be used by the Zaurus cxx00 series.
      Signed-Off-by: NRichard Purdie <rpurdie@rpsys.net>
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      50a5de44
  2. 12 9月, 2005 1 次提交
    • S
      kbuild: rename prepare to archprepare to fix dependency chain · 5bb78269
      Sam Ravnborg 提交于
      When introducing the generic asm-offsets.h support the dependency
      chain for the prepare targets was changed. All build scripts expecting
      include/asm/asm-offsets.h to be made when using the prepare target would broke.
      With the limited number of prepare targets left in arch Makefiles
      the trivial solution was to introduce a new arch specific target: archprepare
      
      The dependency chain looks like this now:
      
      prepare
        |
        +--> prepare0
               |
               +--> archprepare
                      |
      		+--> scripts_basic
                      +--> prepare1
                             |
                             +---> prepare2
                                     |
                                     +--> prepare3
      
      So prepare 3 is processed before prepare2 etc.
      This guaantees that the asm symlink, version.h, scripts_basic
      are all updated before archprepare is processed.
      
      prepare0 which build the asm-offsets.h file will need the
      actions performed by archprepare.
      
      The head target is now named prepare, because users scripts will most
      likely use that target, but prepare-all has been kept for compatibility.
      Updated Documentation/kbuild/makefiles.txt.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      5bb78269
  3. 11 9月, 2005 1 次提交
  4. 10 9月, 2005 6 次提交
  5. 09 9月, 2005 4 次提交
  6. 08 9月, 2005 13 次提交
  7. 07 9月, 2005 2 次提交
  8. 06 9月, 2005 2 次提交
  9. 05 9月, 2005 2 次提交
  10. 04 9月, 2005 4 次提交
  11. 02 9月, 2005 1 次提交
  12. 01 9月, 2005 3 次提交