An error occurred fetching the project authors.
  1. 30 Jun, 2010 1 commit
  2. 24 Jun, 2010 2 commits
  3. 24 Feb, 2010 2 commits
  4. 02 Feb, 2010 1 commit
  5. 08 Jan, 2010 1 commit
    • Uwe Kleine-König's avatar
      imx: only define deprecated symbols conditionally · aae70193
      Uwe Kleine-König authored
      Define deprecated symbols in an #ifdef IMX_NEEDS_DEPRECATED_SYMBOLS ...
      
      All files that still depend on the old definitions get
      -DIMX_NEEDS_DEPRECATED_SYMBOLS passed to the compiler.
      
      When all remaining users are fixed this allows including the soc
      specific headers unconditionally.
      Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Eric Benard <eric@eukrea.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Alan Carvalho de Assis <acassis@gmail.com>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com>
      Cc: Ilya Yanok <yanok@emcraft.com>
      Cc: Holger Schurig <hs4233@mail.mn-solutions.de>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      aae70193
  6. 05 Jan, 2010 3 commits
  7. 27 Nov, 2009 1 commit
  8. 14 Aug, 2009 1 commit
  9. 07 Aug, 2009 2 commits
  10. 04 Jun, 2009 1 commit
  11. 07 May, 2009 2 commits
  12. 27 Mar, 2009 1 commit
  13. 13 Mar, 2009 1 commit
  14. 05 Jul, 2008 8 commits
  15. 17 Oct, 2007 1 commit
    • Maciej W. Rozycki's avatar
      lk201: remove obsolete driver · 44a2db43
      Maciej W. Rozycki authored
      Remove the old-fashioned lk201 driver under drivers/tc/ that used to be
      used by the old dz.c and zs.c drivers, which is now orphan code referred to
      from nowhere and does not build anymore.  A modern replacement is available
      as drivers/input/keyboard/lkkbd.c.
      
      There are no plans to do anything about this piece of code and it does not
      fit anywhere anymore, so it is not just a matter of maintenance or the lack
      of.  There are still some bits that might be added to the new lkkbd.c
      driver based on the old code, and the embedded hardware documentation which
      is otherwise quite hard to get hold of might be useful to keep too.  Both
      of these can be done separately though.  RIP.
      Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
      Acked-by: default avatarRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      44a2db43
  16. 18 Jul, 2007 1 commit
    • Maciej W. Rozycki's avatar
      zs: move to the serial subsystem · 8b4a4080
      Maciej W. Rozycki authored
      This is a reimplementation of the zs driver for the serial subsystem.  Any
      resemblance to the old driver is purely coincidential.  ;-) I do hope I got
      the handling of modem lines right -- better do not tackle me about the
      issue unless you feel too good...
      
      Any users of the old driver: please note the numbers of the serial lines
      have now been swapped, i.e.  ttyS0 <-> ttyS1 and ttyS2 <-> ttyS3.  It has
      to do with the modem lines mentioned above; basically the port A in a given
      chip has to be initialised before the port B if you want to use the latter
      as the serial console (which is usually the case), as operations on modem
      lines of the serial line associated with the port B access both ports (see
      the comment at the top of the driver for the details of wiring used).
      Please update your scripts.
      
      This is also the reason each SCC now requests an IRQ once only (as seen in
      "/proc/interrupts") -- the handler takes care of both ports at once as the
      line associated with the port B has to take status update interrupts from
      both ports (and yet the line of the port A takes its own for itself too).
      The old driver never got it right...
      Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8b4a4080
  17. 09 Feb, 2007 1 commit
  18. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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