summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-01-0714-20/+1806
|\
| * wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_installInaky Perez-Gonzalez2009-01-072-0/+3
| * i2400m: host/device procotol and core driver definitionsInaky Perez-Gonzalez2009-01-071-0/+512
| * wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez2009-01-071-0/+453
| * wimax: headers for kernel API and user space interactionInaky Perez-Gonzalez2009-01-072-0/+754
| * debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2009-01-071-0/+2
| * USB: remove info() macro from usb.hGreg Kroah-Hartman2009-01-071-2/+0
| * USB: remove warn() macro from usb.hGreg Kroah-Hartman2009-01-071-2/+0
| * USB: storage: add last-sector hacksAlan Stern2009-01-071-2/+4
| * USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+1
| * USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-1/+1
| * USB: utilize the bus notifiersAlan Stern2009-01-071-0/+2
| * USB: musb: use new platform data interface of musb to replace old oneBryan Wu2009-01-071-0/+5
| * USB: Enhance usage of pm_message_tAlan Stern2009-01-071-1/+1
| * USB: otg: add otg_put_transceiver()Philipp Zabel2009-01-071-0/+1
| * USB: otg: gpio_vbus transceiver stubPhilipp Zabel2009-01-071-0/+30
| * USB: storage devices and SATBen Efros2009-01-071-2/+3
| * USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-071-1/+1
| * USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-0/+8
| * USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+9
| * USB: wusb: annotate association types withe proper endiannessHarvey Harrison2009-01-071-11/+11
| * usb host: Oxford OXU210HP HCD driver.Rodolfo Giometti2009-01-071-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2009-01-072-0/+30
|\ \
| * | async: make the final inode deletion an asynchronous eventArjan van de Ven2009-01-071-0/+5
| * | async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+25
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-01-072-6/+3
|\ \
| * | qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} typesAnders Larsen2009-01-072-6/+3
| |/
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-071-4/+0
|\ \
| * | i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare2009-01-071-1/+0
| * | i2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUNDJean Delvare2009-01-071-2/+0
| * | i2c: Drop I2C_CLASS_ALLJean Delvare2009-01-071-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-01-071-0/+39
|\ \
| * | avr32: Move syscalls.h under arch/avr32/include/asm/Haavard Skinnemoen2009-01-071-39/+0
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen2009-01-072-0/+78
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * Merge branch 'move-atmel-mci-h' into boardsHaavard Skinnemoen2009-01-051-0/+39
| | | | |\
| | | | | * atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre2009-01-051-0/+39
| | | |_|/ | | |/| |
| | | | * Merge branch 'cleanups' into boardsHaavard Skinnemoen2009-01-051-0/+39
| | | | |\ | | | |/ / | | |/| / | | | |/
| | | * avr32: Introducing asm/syscalls.hJaswinder Singh2008-12-171-0/+39
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds2009-01-07106-9342/+0
|\ \ \ \
| * | | | xtensa: move headers files to arch/xtensa/includeChris Zankel2008-11-06106-9330/+0
| * | | | xtensa: use the new byteorder headersHarvey Harrison2008-11-061-17/+15
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-076-8/+8
|\ \ \ \ \
| * | | | | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-063-4/+4
| * | | | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-063-4/+4
* | | | | | linux/types.h: Don't depend on __GNUC__ for __le64/__be64Detlef Riekenberg2009-01-071-2/+1
| |_|/ / / |/| | | |
* | | | | Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds2009-01-061-1/+1
* | | | | byteorder: remove the now unused byteorder.hHarvey Harrison2009-01-062-373/+0
* | | | | mn10300: introduce asm/swab.hHarvey Harrison2009-01-063-40/+44
* | | | | frv: introduce asm/swab.hHarvey Harrison2009-01-063-7/+12
* | | | | m32r: introduce asm/swab.hHarvey Harrison2009-01-063-6/+12
OpenPOWER on IntegriCloud