1. 16 1月, 2018 1 次提交
  2. 10 11月, 2017 1 次提交
  3. 20 4月, 2017 2 次提交
  4. 07 2月, 2017 1 次提交
  5. 19 9月, 2016 1 次提交
  6. 04 6月, 2016 1 次提交
  7. 11 1月, 2015 1 次提交
    • F
      m68k/mac: Fix scsi_type for Mac LC and similar models · 2e874d17
      Finn Thain 提交于
      Designing Cards and Drivers for the Macintosh Family, 3rd ed. on page 310
      says that the I/O address space for the Mac LC is $50F0 0000 - $50FF FFFF.
      The developer notes for the Classic II, LC III and IIvx/IIvi give the same
      I/O address space.
      
      That means I've assigned the wrong platform resources to those Mac models.
      Fix the scsi_type initialization for the affected models, to restore the
      SCSI base address to its value prior to Linux 3.18.
      
      Also rename MAC_SCSI_CCL as MAC_SCSI_LC for the sake of correct chronology.
      Signed-off-by: NFinn Thain <fthain@telegraphics.com.au>
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      2e874d17
  8. 20 11月, 2014 1 次提交
  9. 28 5月, 2014 1 次提交
  10. 26 11月, 2013 3 次提交
  11. 25 12月, 2012 1 次提交
  12. 02 4月, 2012 1 次提交
  13. 29 3月, 2012 1 次提交
  14. 11 12月, 2011 5 次提交
  15. 10 8月, 2010 1 次提交
  16. 18 5月, 2010 1 次提交
  17. 28 2月, 2010 6 次提交
  18. 27 3月, 2009 2 次提交
  19. 13 1月, 2009 1 次提交
  20. 29 12月, 2008 1 次提交
  21. 21 7月, 2008 1 次提交
    • A
      m68k/mac/: possible cleanups · 8dfbdf4a
      Adrian Bunk 提交于
      This patch contains the following possible cleanups:
      - make the following needlessly global code (always) static:
        - baboon.c: struct baboon
        - baboon.c: baboon_irq()
        - config.c: mac_orig_videoaddr
        - config.c: mac_identify()
        - config.c: mac_report_hardware()
        - config.c: mac_debug_console_write()
        - config.c: mac_sccb_console_write()
        - config.c: mac_scca_console_write()
        - config.c: mac_init_scc_port()
        - oss.c: oss_irq()
        - oss.c: oss_nubus_irq()
        - psc.c: psc_debug_dump()
        - psc.c: psc_dma_die_die_die()
        - via.c: rbv_clear
      - remove the unused bootparse.c
      - #if 0 the following unused functions:
        - config.c: mac_debugging_short()
        - config.c: mac_debugging_long()
      - remove the following unused code:
        - config.c: mac_bisize
        - config.c: mac_env
        - config.c: mac_SCC_init_done
        - config.c: mac_SCC_reset_done
        - config.c: mac_init_scca_port()
        - config.c: mac_init_sccb_port()
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8dfbdf4a
  22. 06 5月, 2008 1 次提交
  23. 06 2月, 2008 1 次提交
  24. 20 10月, 2007 1 次提交
  25. 20 7月, 2007 2 次提交
  26. 05 5月, 2007 1 次提交