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
  7. Jan 13, 2012
    • Hauke Mehrtens's avatar
      broadcom-diag: add support for some new devices · a9e42130
      Hauke Mehrtens authored
      There is still no Ethernet driver for these devices in trunk.
      
      Thanks George Kashperko for the patch.
      
      SVN-Revision: 29735
      a9e42130
    • Hauke Mehrtens's avatar
      brcm47xx: update usb driver · d5bc3a99
      Hauke Mehrtens authored
      Add workarround for BCM5357 and BCM4749.
      
      This patch contains the following fixes from George Kashperko:
      * separate subroutines for controller initialization workarounds -
         following CodingStyle recommendations;
      * __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG;
      * fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being
         kmalloc'ed is never freed anywhere while platform_device_add_resources
         will kmemdup resources right away;
      * fix compilation error in ssb_hcd_resume - it will fail as soon as
         CONFIG_PM is selected.
      
      SVN-Revision: 29734
      d5bc3a99
Loading