aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* video: export sh_mobile_lcdc panel sizeMagnus Damm2008-08-111-0/+2
* input: migor_ts compile and detection fixMagnus Damm2008-08-111-2/+9
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-08-081-10/+10
|\
| * [CPUFREQ] Fix -Wshadow warning in conservative governor.Dave Jones2008-08-081-10/+10
* | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-08185-397/+373
|\ \ | |/ |/|
| * Merge Linus' latest into masterRussell King2008-08-08132-6320/+5822
| |\
| * \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-08-071-1/+3
| |\ \
| | * | [ARM] sa1100_wdt: use reset_status to remember watchdog reset statusEric Miao2008-08-051-1/+4
| * | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07182-366/+366
| * | | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King2008-08-072-3/+3
| |\ \ \
| | * | | avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-052-3/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-07551-15802/+30676
| |\ \ \
| * | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0796-96/+93
| * | | | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-0715-15/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-08132-3204/+34038
|\ \ \ \ \
| * | | | | bnx2x: fix logical opRandy Dunlap2008-08-071-1/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-08-075-33/+167
| |\ \ \ \ \
| | * | | | | [Bluetooth] Add full quirk implementation for btusb driverMarcel Holtmann2008-08-071-2/+161
| | * | | | | [Bluetooth] Removal of unnecessary ignore module parameterMarcel Holtmann2008-08-074-31/+6
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...David S. Miller2008-08-0725-4/+31522
| |\ \ \ \ \
| | * | | | | ath9k: Revamp wireless mode usageSujith2008-08-0712-324/+205
| | * | | | | ath9k: More unused macrosSujith2008-08-071-6/+0
| | * | | | | ath9k: Remove a few unused macros and fix indentationSujith2008-08-071-145/+130
| | * | | | | ath9k: Use mac80211's band macros and remove enum hal_freq_bandSujith2008-08-072-9/+4
| | * | | | | ath9k: Remove redundant data structure ath9k_txq_infoSujith2008-08-076-212/+178
| | * | | | | ath9k: Cleanup data structures related to HW capabilitiesSujith2008-08-079-320/+330
| | * | | | | ath9k: work around gcc ICEsAdrian Bunk2008-08-071-1/+5
| | * | | | | ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez2008-08-0722-0/+31685
| | * | | | | ath5k: remove Atheros 11n devices from supported listLuis R. Rodriguez2008-08-071-2/+0
| | * | | | | list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-072-2/+2
| * | | | | | p54: swap short slot time dcf valuesChristian Lamparter2008-08-071-2/+2
| * | | | | | rt2x00: Block all unsupported modesIvo van Doorn2008-08-071-17/+37
| * | | | | | p54: Fix for TX sequence number problemLarry Finger2008-08-072-0/+15
| * | | | | | iwlwifi: cleanup iwl_tx_skbTomas Winkler2008-08-073-25/+22
| |/ / / / /
| * | | | | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-0733-1863/+1233
| |\ \ \ \ \
| | * | | | | WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa2008-07-236-143/+139
| | * | | | | WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-238-653/+365
| | * | | | | WAN: Convert Zilog-based drivers to generic HDLCKrzysztof Hałasa2008-07-236-574/+382
| | * | | | | WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa2008-07-233-167/+130
| | * | | | | WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa2008-07-233-11/+2
| | * | | | | WAN: Convert PC300 driver to use normal u8/u16/u32 typesKrzysztof Hałasa2008-07-232-154/+150
| | * | | | | WAN: Remove dead code from PC300 driver, part #2Krzysztof Hałasa2008-07-232-13/+1
| | * | | | | WAN: Remove dead code from PC300 driver, part #1Krzysztof Hałasa2008-07-232-50/+4
| | * | | | | WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa2008-07-233-5/+0
| | * | | | | Remove bogus variables from syncppp.[ch]Krzysztof Hałasa2008-07-231-9/+0
| | * | | | | Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa2008-07-234-17/+0
| | * | | | | WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-237-72/+65
| * | | | | | WAN: remove extra help text from HDLC_PPP config optionKrzysztof Halasa2008-08-071-2/+0
| * | | | | | bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua2008-08-071-3/+0
| * | | | | | bonding: refactor mii monitorJay Vosburgh2008-08-072-222/+173