1. 18 11月, 2011 4 次提交
  2. 11 11月, 2011 1 次提交
    • P
      drivers: sh: Generalize runtime PM platform stub. · 750a7eee
      Paul Mundt 提交于
      The runtime PM platform support stub in use by ARM-based SH/R-Mobile
      platforms contains nothing that's specifically ARM-related and instead of
      wholly generic to anything using the clock framework.
      
      The recent runtime PM changes interact rather badly with the lazy
      disabling of clocks late in the boot process through the clock framework,
      leading to situations where the runtime suspend/resume paths are entered
      without a clock being actively driven due to having been lazily gated
      off.
      
      In order to correct this we can trivially tie in the aforementioned stub
      as a general fallback for all SH platforms that don't presently have
      their own runtime PM implementations (the corner case being SH-based
      SH-Mobile platforms, which have their own stub through the hwblk API --
      which in turn has bitrotted and will be subsequently adapted to use the
      same stub as everyone else), regardless of whether the platforms choose
      to define power domains of their own or not.
      
      This fixes up regressions for clock framework users who also build in
      runtime PM support without any specific power domains of their own, which
      was previously causing the serial console to be lost when warring with
      lazy clock disabling.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      750a7eee
  3. 18 10月, 2010 1 次提交
  4. 05 10月, 2010 1 次提交
    • P
      sh: intc: Split up the INTC code. · 2be6bb0c
      Paul Mundt 提交于
      This splits up the sh intc core in to something more vaguely resembling
      a subsystem. Most of the functionality was alread fairly well
      compartmentalized, and there were only a handful of interdependencies
      that needed to be resolved in the process.
      
      This also serves as future-proofing for the genirq and sparseirq rework,
      which will make some of the split out functionality wholly generic,
      allowing things to be killed off in place with minimal migration pain.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2be6bb0c
  5. 20 5月, 2010 1 次提交
  6. 13 5月, 2010 2 次提交
  7. 30 11月, 2009 1 次提交
  8. 01 10月, 2008 1 次提交
  9. 21 9月, 2007 1 次提交
    • A
      sh: Add maple bus support for the SEGA Dreamcast. · 17be2d2b
      Adrian McMenamin 提交于
      The Maple bus is SEGA's proprietary serial bus for peripherals
      (keyboard, mouse, controller etc). The bus is capable of some
      (limited) hotplugging and operates at up to 2 M/bits.
      
      Drivers of one sort or another existed/exist for 2.4 and a rudimentary
      port, which didn't support the 2.6 device driver model was also in
      existence.
      
      This driver - for the bus logic itself and for the keyboard (other
      drivers will follow) are based on the code and concepts of those old
      drivers but have lots of completely rewritten parts.
      
      I have the maple bus code as a built in now as that seems the sane and
      rational way to handle something like that - you either want the bus
      or you don't.
      Signed-off-by: NAdrian McMenamin <adrian@mcmen.demon.co.uk>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      17be2d2b
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4