An error occurred fetching the project authors.
  1. 28 Sep, 2011 3 commits
  2. 26 Aug, 2011 1 commit
  3. 19 May, 2011 2 commits
  4. 11 Feb, 2011 1 commit
  5. 25 Jan, 2011 1 commit
  6. 19 Nov, 2010 1 commit
  7. 17 Nov, 2010 1 commit
  8. 27 Sep, 2010 1 commit
  9. 30 Jun, 2010 2 commits
  10. 24 Jun, 2010 2 commits
  11. 24 Feb, 2010 2 commits
  12. 02 Feb, 2010 1 commit
  13. 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
  14. 05 Jan, 2010 3 commits
  15. 27 Nov, 2009 1 commit
  16. 14 Aug, 2009 1 commit
  17. 07 Aug, 2009 2 commits
  18. 04 Jun, 2009 1 commit
  19. 07 May, 2009 2 commits
  20. 27 Mar, 2009 1 commit
  21. 13 Mar, 2009 1 commit
  22. 05 Jul, 2008 8 commits
  23. 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