1. 10 Jun, 2009 5 commits
  2. 09 Jun, 2009 4 commits
  3. 08 Jun, 2009 21 commits
  4. 05 Jun, 2009 1 commit
  5. 04 Jun, 2009 3 commits
  6. 03 Jun, 2009 4 commits
  7. 02 Jun, 2009 2 commits
    • Daniel Mack's avatar
      Support for lilly-1131 modules and baseboards [v2] · 8d9fb9bb
      Daniel Mack authored
      On Thu, May 28, 2009 at 08:42:23PM +0200, Sascha Hauer wrote:
      > > > Mail-Followup-To: Daniel Mack <daniel@caiaq.de>,
      > > > 	linux-arm-kernel@lists.arm.linux.org.uk
      > >
      > > ... which causes my mutt to only reply to the list.
      >
      > Ah, ok. /me hacking in muttrc... Does it work now?
      
      Yep :)
      
      > >  	mxc_register_device(&mxc_uart_device0, &uart_pdata);
      > > +	mxc_register_device(&mxc_uart_device1, &uart_pdata);
      > > +	mxc_register_device(&mxc_uart_device2, &uart_pdata);
      >
      > What about the RXD3/TXD3 pins?
      
      You're right - I got the IOMUX tables wrong and thought UART0 pins are
      selected unconditionally. But as it turns out TXD1/RXD1 is for UART0
      (mxc_uart_device0), TXD2/RXD2 for UART1 (mxc_uart_device1) etc.
      
      Below is a new patch.
      
      Thanks,
      Daniel
      
      From e7eb5fa0fed09d667a4b2f168fe466e2cc645abb Mon Sep 17 00:00:00 2001
      From: Daniel Mack <daniel@caiaq.de>
      Date: Wed, 27 May 2009 12:22:51 +0200
      Subject: [PATCH] ARM: MX3: add two more UARTs to lilly-1131-db
      Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
      Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
      8d9fb9bb
    • Alan Cox's avatar
      parport: quickfix the proc registration bug · 05ad709d
      Alan Cox authored
      Ideally we should have a directory of drivers and a link to the 'active'
      driver. For now just show the first device which is effectively the existing
      semantics without a warning.
      
      This is an update on the original buggy patch that I then forgot to
      resubmit. Confusingly it was proposed by Red Hat, written by Etched Pixels
      fixed and submitted by Intel ...
      
      Resolves-Bug: http://bugzilla.kernel.org/show_bug.cgi?id=9749Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      05ad709d