1. 28 10月, 2009 31 次提交
  2. 08 10月, 2009 1 次提交
  3. 23 9月, 2009 2 次提交
    • R
      wl12xx: fix kconfig/link errors · 018ae372
      Randy Dunlap 提交于
      "boolean" converts a module dependency (MAC80211=m) to YES,
      then the WL12XX driver can be built-in instead of only
      modular, which leads to linker errors:
      
      wl1271_main.c:(.text+0x11177d): undefined reference to `ieee80211_frequency_to_channel'
      wl1271_main.c:(.text+0x111adc): undefined reference to `ieee80211_stop_queues'
      wl1271_main.c:(.text+0x112005): undefined reference to `ieee80211_scan_completed'
      (.text+0x1139c8): undefined reference to `ieee80211_scan_completed'
      (.text+0x113bb0): undefined reference to `ieee80211_tx_status'
      (.text+0x113e53): undefined reference to `ieee80211_stop_queues'
      (.text+0x113e8d): undefined reference to `ieee80211_wake_queues'
      (.text+0x113f3b): undefined reference to `ieee80211_tx_status'
      (.text+0x113f60): undefined reference to `ieee80211_tx_status'
      (.text+0x1140f0): undefined reference to `ieee80211_channel_to_frequency'
      (.text+0x114153): undefined reference to `ieee80211_rx'
      wl1271_main.c:(.devinit.text+0xca08): undefined reference to `ieee80211_alloc_hw'
      wl1271_main.c:(.devinit.text+0xccf5): undefined reference to `ieee80211_register_hw'
      wl1271_main.c:(.devinit.text+0xcd6b): undefined reference to `ieee80211_free_hw'
      wl1271_main.c:(.devexit.text+0x1353): undefined reference to `ieee80211_unregister_hw'
      wl1271_main.c:(.devexit.text+0x13c9): undefined reference to `ieee80211_free_hw'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      018ae372
    • A
      spi: prefix modalias with "spi:" · e0626e38
      Anton Vorontsov 提交于
      This makes it consistent with other buses (platform, i2c, vio, ...).  I'm
      not sure why we use the prefixes, but there must be a reason.
      
      This was easy enough to do it, and I did it.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Samuel Ortiz <sameo@openedhand.com>
      Cc: "John W. Linville" <linville@tuxdriver.com>
      Acked-by: NMike Frysinger <vapier.adi@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e0626e38
  4. 18 9月, 2009 1 次提交
  5. 17 9月, 2009 1 次提交
  6. 20 8月, 2009 4 次提交