summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* staging: crystalhd: fix signed bugVasiliy Kulikov2010-09-161-1/+1
* staging: solo6010: fix signess bugVasiliy Kulikov2010-09-162-2/+2
* staging: ST_BT depends on RFKILLRandy Dunlap2010-09-161-1/+1
* staging/bcm: fix build for CONFIG_PM not enabledRandy Dunlap2010-09-161-0/+2
* staging/bcm: fix printk format warningsRandy Dunlap2010-09-162-12/+12
* staging/keucr: fix build when CONFIG_PM is not enabledRandy Dunlap2010-09-161-0/+9
* staging/keucr: update TODO list and ask question about itRandy Dunlap2010-09-161-0/+3
* staging: ath6kl: use '%pM' format to print MAC addressAndy Shevchenko2010-09-163-25/+13Star
* staging: octeon: use '%pM' format to print MAC addressAndy Shevchenko2010-09-161-4/+1Star
* staging: otus: use '%pM' format to print MAC addressAndy Shevchenko2010-09-162-15/+5Star
* staging: rt2870: use '%pM' format to print MAC addressAndy Shevchenko2010-09-161-7/+4Star
* staging: rtl8712: use '%pM' format to print MAC addressAndy Shevchenko2010-09-162-5/+1Star
* staging: cxt1e1: use '%pMF' format to print MAC addressAndy Shevchenko2010-09-161-3/+2Star
* staging: vt6655: use '%pM' format to print MAC addressAndy Shevchenko2010-09-162-7/+4Star
* staging: wlags49_h2: use '%pM' format to print MAC addressAndy Shevchenko2010-09-161-3/+1Star
* staging: rt2860: change plain format of mac address to %pM in *printf()Andy Shevchenko2010-09-1612-67/+30Star
* staging: west bridge: pnand hal fixesDavid Cross2010-09-152-6/+9
* staging: west bridge: cyasgadget, remove file system / vfs callsDavid Cross2010-09-151-42/+0Star
* Staging: west bridge: block driver api fixDavid Cross2010-09-151-1/+1
* Staging: west bridge: Kconfig fixDavid Cross2010-09-151-5/+24
* Staging: comedi: fix macro coding style issue in adl_pci9111.cMaurice Dawson2010-09-151-6/+15
* Staging: batman-adv: check kmalloc() return valueVasiliy Kulikov2010-09-153-5/+13
* Staging: batman-adv: removing redundant assignment of skb->devMarek Lindner2010-09-151-4/+1Star
* Staging: batman-adv: Add rcu TODOSven Eckelmann2010-09-151-0/+5
* Staging: batman-adv: Remove currently unused gw_* datastructuresSven Eckelmann2010-09-152-5/+0Star
* Staging: batman-adv: Always synchronize rcu's on module shutdownLinus Lüssing2010-09-151-3/+2Star
* staging: iio: sca3000 convert byte order of ring buffer dataManuel Stahl2010-09-151-1/+13
* staging: iio: sca3000 fix sca3000_[show,store]_ring_bpseManuel Stahl2010-09-151-4/+4
* staging: iio: ak8975: Add ak8975 magnetometer sensorAndrew Chew2010-09-153-0/+569
* staging: iio: Change GAIN macros to SCALE.Andrew Chew2010-09-151-6/+6
* staging: hv: Convert vmbus driver interface function pointer table to constantHaiyang Zhang2010-09-156-31/+19Star
* staging: brcm80211: fix remaining checkpatch errors.Jason Cooper2010-09-152-9/+9
* staging: brcm80211: fix "ERROR: trailing whitespace."Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: spaces required around that ..."Jason Cooper2010-09-157-13/+13
* staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."Jason Cooper2010-09-153-3/+3
* staging: brcm80211: fix "ERROR: space required before that ..."Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: space required after that ..."Jason Cooper2010-09-157-23/+26
* staging: brcm80211: fix "ERROR: space required after that close brace"Jason Cooper2010-09-152-11/+11
* staging: brcm80211: fix "ERROR: space prohibited before ...close square bracket"Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: space prohibited after that ..."Jason Cooper2010-09-1510-23/+23
* staging: brcm80211: fix "ERROR: need consistent spacing around '*'"Jason Cooper2010-09-152-6/+6
* staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'Jason Cooper2010-09-159-41/+41
* staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - while loop"Jason Cooper2010-09-152-3/+18
* staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper2010-09-1513-28/+28
* staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"Jason Cooper2010-09-156-10/+10
* staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"Jason Cooper2010-09-152-2/+2
* staging: brcm80211: fix "ERROR: while should follow close brace '}'"Jason Cooper2010-09-151-2/+1Star
* staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper2010-09-158-132/+96Star
* staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper2010-09-158-27/+54
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-1421-253/+362