Skip to content
Snippets Groups Projects
  1. Jan 19, 2012
  2. Jan 18, 2012
  3. Jan 17, 2012
    • John Crispin's avatar
      gigaset 76x · 49eb3fd8
      John Crispin authored
      
      * fixes leds
      * adds all leds found on the sx763 board
      * removes board_config from flash layout because wireless data is stored in kernel (ath5k)
      * fix button handling
      
      Signed-off-by: default avatarLuka Perkov <openwrt@lukaperkov.net>
      
      SVN-Revision: 29763
      49eb3fd8
    • John Crispin's avatar
      ramips: Rework ramips_eth to not require irqsave locking anymore · a2708d11
      John Crispin authored
      
      Previously the tx housekeeping was done in a spin_lock_irqsave critical
      section which causes irqs to be disabled during that time. Since the
      housekeeping is already prepared to be scheduled as a tasklet process
      the housekeeping only in softirq context and revise the locking between
      the tx path and the housekeeping tasklet by using a normal spin_lock
      which in most situations will be a NOP anyway.
      
      This makes sure that interrupts are only disabled for a short time
      since in the worst case the housekeeping might have to free up to 256
      skbs.
      
      Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
      
      SVN-Revision: 29762
      a2708d11
  4. Jan 16, 2012
  5. Jan 15, 2012
  6. Jan 14, 2012
Loading