aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-10-28[PATCH] USB: delete the bluetty driverGreg Kroah-Hartman4-1304/+0
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev1-14/+42
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman3-20/+21
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman4-28/+31
2005-10-28[PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman3-11/+34
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman5-1/+132
2005-10-28[PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2-18/+17
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern1-0/+1
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks8-0/+8
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks9-0/+10
2005-10-28[PATCH] USB: S3C2410 OHCI - add driver owner fieldBen Dooks1-0/+1
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] Fix hcd->state assignments in uhci-hcdAlan Stern1-3/+3
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28[PATCH] USB: Buffer overflow patch for Yealink driverHenk1-1/+1
2005-10-28[PATCH] UHCI: Improve handling of iso TDsAlan Stern1-13/+26
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern18-79/+72
2005-10-28[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern2-112/+106
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] usb/input/touchkit: add more device IDsDaniel Ritz1-0/+2
2005-10-28[PATCH] Add unusual_devs for iPod NanoPhil Dibowitz1-0/+10
2005-10-28[PATCH] Add unusual_dev for iBeatPhil Dibowitz1-0/+7
2005-10-28[PATCH] usb-storage: Readd missing SDDR-05b unusual_devs entryDaniel Drake1-0/+8
2005-10-28[PATCH] usb-storage: Some minor shuttle_usbat cleanupsDaniel Drake5-175/+213
2005-10-28[PATCH] USB Storage: HP8200: Another device type detection fixDaniel Drake1-6/+6
2005-10-28[PATCH] USB: make usb storage note visible in KconfigBorislav Petkov1-1/+2
2005-10-28[PATCH] safe_serial: use preprocessor directive for errorRandy Dunlap1-1/+1
2005-10-28[PATCH] pegasus.hPetko Manolov1-0/+2
2005-10-28[PATCH] drivers/usb/serial/ftdi_sio: add PID/VIDThomas Riewe2-0/+4
2005-10-28[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...Greg Kroah-Hartman2-11/+13
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-10-28[PATCH] USB: sisusb warning fixAndrew Morton1-1/+1
2005-10-28[PATCH] USB: UHCI: Spruce up some commentsAlan Stern1-42/+49
2005-10-28[PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern1-4/+20
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell2-17/+14
2005-10-28[PATCH] stop exporting two functionsDavid Brownell2-8/+8
2005-10-28[PATCH] ISP116x PM updatesDavid Brownell2-26/+4
2005-10-28[PATCH] UHCI PM updatesDavid Brownell1-9/+0
2005-10-28[PATCH] update PCI early-handoff handling for OHCIDavid Brownell1-4/+18
2005-10-28[PATCH] OHCI PM updatesDavid Brownell7-94/+34
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell2-59/+53
2005-10-28[PATCH] root hub updates (greater half)David Brownell2-77/+97
2005-10-28[PATCH] root hub changes (lesser half)David Brownell6-21/+111
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell6-15/+40
2005-10-28[PATCH] EHCI, split out PCI glueMatt Porter3-463/+489
2005-10-28[PATCH] one less word in struct deviceDavid Brownell1-23/+3
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern4-28/+44
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern4-43/+10
2005-10-28[PATCH] USB: Fix usb hub buildMatt Porter1-1/+1
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell9-11/+12
2005-10-28[PATCH] remove duplicated resume path codeDavid Brownell1-28/+5
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell5-18/+45
2005-10-28[PATCH] remove suspend-path recursionDavid Brownell1-64/+12
2005-10-28[PATCH] usb_interface power stateDavid Brownell8-48/+85
2005-10-28[PATCH] USB: move handoff codeDavid Brownell5-253/+280
2005-10-28[PATCH] ub: suppress gcc warnings for pointer castsPete Zaitcev1-2/+2
2005-10-28[PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman1-5/+50
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman13-46/+20
2005-10-28[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman1-2/+193
2005-10-28[PATCH] USB: disable tasklet if rtl8150 device is removed while active.Greg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB: ftdi: Artemis and ATIK based USB astronomical CCD camerasRui Santos2-0/+16
2005-10-28[PATCH] USB: ehci.patch (earlier irq disable)David Brownell1-0/+8
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds31-5780/+647
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-28/+91
2005-10-28[PATCH] kernel-doc: PCI fixesRandy Dunlap4-7/+16
2005-10-28[PATCH] acpiphp: allocate resources for adapters with bridgesKristen Accardi1-0/+8
2005-10-28[PATCH] PCI: Convert megaraid to use pci_driver shutdown methodRussell King1-6/+4
2005-10-28[PATCH] PCI: Fixup PCI driver shutdownRussell King1-0/+4
2005-10-28[PATCH] shpchp: fix oops at driver unloadrajesh.shah@intel.com3-0/+7
2005-10-28[PATCH] shpchp: reduce debug message verbosityrajesh.shah@intel.com4-65/+7
2005-10-28[PATCH] shpchp: miscellaneous cleanupsrajesh.shah@intel.com9-157/+46
2005-10-28[PATCH] shpchp: remove redundant data structuresrajesh.shah@intel.com4-424/+63
2005-10-28[PATCH] shpchp: dont save PCI config for hotplug slots/devicesrajesh.shah@intel.com4-338/+32
2005-10-28[PATCH] shpchp: detect SHPC capability before doing a lot of workrajesh.shah@intel.com1-0/+14
2005-10-28[PATCH] shpchp: reduce dependence on ACPIrajesh.shah@intel.com9-984/+138
2005-10-28[PATCH] shpchp: remove redundant display of PCI device resourcesrajesh.shah@intel.com1-68/+0
2005-10-28[PATCH] shpchp: use the PCI core for hotplug resource managementrajesh.shah@intel.com11-3756/+168
2005-10-28[PATCH] PCI: Add quirk for SMBus on HP D530Jean Delvare1-0/+1
2005-10-28[PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routineslinas3-10/+9
2005-10-28[PATCH] pci_ids: macros: replace partial with whole symbolsGrant Coady1-12/+12
2005-10-28[PATCH] unhide ICH6 SMBus - take 2R.Marek@sh.cvut.cz1-0/+24
2005-10-28[PATCH] cpqphp: add pci_enable_device()Bjorn Helgaas1-5/+19
2005-10-28[PATCH] cpcihp_zt5550: add pci_enable_device()Bjorn Helgaas1-4/+21
2005-10-28[PATCH] pci: cleanup need_restore switch statementJohn W. Linville1-7/+7
2005-10-28[PATCH] PCI: ipr: Block config access during BISTBrian King1-0/+2
2005-10-28[PATCH] PCI: Block config access during BISTBrian King5-31/+127
2005-10-28[PATCH] PCI: ICH6 ACPI and GPIO quirkR.Marek@sh.cvut.cz1-0/+12
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds85-972/+1615
2005-10-28[PATCH] I2C: remove devfs support from i2c-dev driverGreg Kroah-Hartman1-10/+0
2005-10-28[PATCH] hwmon: smsc47m1 documentation updateJean Delvare1-2/+5
2005-10-28[PATCH] hwmon: lm90 documentation updateJean Delvare1-9/+7
2005-10-28[PATCH] hwmon: Add PEC support to the lm90 driverJean Delvare1-1/+56
2005-10-28[PATCH] hwmon: Separate the lm90 register read functionJean Delvare1-54/+53
2005-10-28[PATCH] i2c: i2c-i801 PEC code cleanupsJean Delvare1-14/+10
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 3 of 3Jean Delvare3-22/+5
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare1-114/+48
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 1 of 3Jean Delvare1-2/+1
2005-10-28[PATCH] i2c: i2c-i810 documentation updateJean Delvare2-1/+3
2005-10-28[PATCH] i2c: ID redefinition cleanupsJean Delvare1-5/+0
2005-10-28[PATCH] i2c: Static function fixes, 4 of 4Ben Dooks3-3/+4
2005-10-28[PATCH] hwmon: Static function fixes, 3 of 4Ben Dooks5-14/+14
2005-10-28[PATCH] hwmon: Static function fixes, 2 of 4Ben Dooks2-7/+7
2005-10-28[PATCH] i2c: Static function fixes, 1 of 4Ben Dooks1-1/+1
2005-10-28[PATCH] i2c: kzalloc cleanups, 2 of 2Jean Delvare1-2/+2
2005-10-28[PATCH] i2c: kzalloc cleanups, 1 of 2Jean Delvare2-3/+2
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena22-52/+25
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena33-80/+39
2005-10-28[PATCH] i2c: kzalloc conversion, ixp bus driversDeepak Saxena2-4/+2
2005-10-28[PATCH] i2c: New Xicor X1205 RTC driverAlessandro Zummo3-0/+708
2005-10-28[PATCH] hwmon: Missing class check in two hwmon driversJean Delvare2-0/+4
2005-10-28[PATCH] hwmon: New device ID for the smsc47b397 driverMark M. Hoffman1-3/+4
2005-10-28[PATCH] Owner field additions to many i2c drivers, 5 of 5Laurent Riffard1-0/+1
2005-10-28[PATCH] Owner field additions to many i2c drivers, 4 of 5Laurent Riffard1-0/+3
2005-10-28[PATCH] Owner field additions to many i2c drivers, 3 of 5Laurent Riffard1-0/+2
2005-10-28[PATCH] Owner field additions to many i2c drivers, 2 of 5Laurent Riffard7-0/+8
2005-10-28[PATCH] Owner field additions to many i2c drivers, 1 of 5Laurent Riffard18-0/+18
2005-10-28[PATCH] i2c: Big i2c-elektor cleanupStig Telfer1-39/+45
2005-10-28[PATCH] i2c: Fix i2c-elektor on AlphaStig Telfer1-25/+49
2005-10-28[PATCH] i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structuresJean Delvare3-3/+1
2005-10-28[PATCH] i2c: Rename i2c-parport variable to avoid confusionJean Delvare1-3/+3
2005-10-28[PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXJean Delvare2-6/+6
2005-10-28[PATCH] hwmon: Drop useless w83627hf initialization stepJean Delvare1-7/+0
2005-10-28[PATCH] hwmon: Drop legacy ISA address support from it87Jean Delvare1-40/+11
2005-10-28[PATCH] i2c: Cleanup i2c-i801 ifdefsJean Delvare1-19/+1
2005-10-28[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)Petr Vandrovec2-13/+21
2005-10-28[PATCH] i2c: Cleanup i2c-dev ioctl debug messageJean Delvare1-2/+2
2005-10-28[PATCH] i2c: Add missing i2c-ixp2000/4xx adapter nameJean Delvare2-0/+8
2005-10-28[PATCH] i2c-viapro: Cleanup ifdef usageGreg KH1-4/+2
2005-10-28[PATCH] i2c-viapro: Improve register dumpJean Delvare1-8/+30
2005-10-28[PATCH] i2c-viapro: Refactor control outbJean Delvare1-4/+3
2005-10-28[PATCH] i2c-viapro: Update supported devices listJean Delvare1-9/+13
2005-10-28[PATCH] i2c-viapro: Code cleanupsJean Delvare1-81/+41
2005-10-28[PATCH] i2c-viapro: Implement I2C Block transactionsJean Delvare1-3/+36
2005-10-28[PATCH] i2c-viapro: Coding style fixesJean Delvare1-38/+38
2005-10-28[PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto1-4/+4
2005-10-28[PATCH] i2c: Minor i2c-amd8111 cleanupJean Delvare1-1/+0
2005-10-28[PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare1-4/+11
2005-10-28[PATCH] hwmon: Minor w83l785ts optimizationJean Delvare1-2/+2
2005-10-28[PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacksJean Delvare1-18/+18
2005-10-28[PATCH] i2c: Reuse name strings in i2c bus driversJean Delvare12-25/+33
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare5-5/+0
2005-10-28[PATCH] hwmon: Discard explicit static initializations to 0Jean Delvare2-2/+2
2005-10-28[PATCH] i2c: Discard explicit static initializations to 0Jean Delvare10-15/+15
2005-10-28[PATCH] hwmon: Do not forcibly enable via686a by defaultJean Delvare1-7/+11
2005-10-28[PATCH] hwmon: adm9240 whitespace cleanupsJean Delvare1-12/+21
2005-10-28[PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]Jean Delvare1-2/+2
2005-10-28[PATCH] hwmon: adm9240 driver update - dynamic sysfsGrant Coady1-176/+166
2005-10-28[PATCH] hwmon: adm9240 driver update - cleanupsGrant Coady1-48/+44
2005-10-28pcmcia: add socket register data to sysfs for yenta devicesLinus Torvalds1-1/+41
2005-10-28[MMC] wbsd suspend supportPierre Ossman1-28/+91
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds217-4910/+5262
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Arnaldo Carvalho de Melo8-326/+278
2005-10-28[Bluetooth] Ignore additional interfaces of BPA 100/105 devicesMarcel Holtmann1-0/+3
2005-10-28[Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann6-301/+253
2005-10-28[Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann4-28/+25
2005-10-28Merge ../bleed-2.6Greg KH230-5911/+11543
2005-10-28Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6Linus Torvalds29-401/+536
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap2-3/+4
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King56-542/+271
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks6-8/+22
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov1-145/+104
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman4-8/+32
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman5-17/+17
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman1-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman1-7/+12
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman4-14/+14
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov1-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov1-0/+6
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov25-1230/+1460
2005-10-28[PATCH] Input: convert konicawc to dynamic input_dev allocationDmitry Torokhov1-28/+61
2005-10-28[PATCH] Input: convert drivers/macintosh to dynamic input_dev allocationDmitry Torokhov2-124/+138
2005-10-28[PATCH] drivers/media: convert to dynamic input_dev allocationDmitry Torokhov13-192/+268
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov3-57/+56
2005-10-28[PATCH] Input: convert onetouch to dynamic input_dev allocationDmitry Torokhov1-49/+50
2005-10-28[PATCH] Input: convert sonypi to dynamic input_dev allocationDmitry Torokhov1-39/+53
2005-10-28[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov7-308/+279
2005-10-28[PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocationDmitry Torokhov1-19/+24
2005-10-28[PATCH] drivers/usb/input: convert to dynamic input_dev allocationDmitry Torokhov21-1002/+961
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov9-431/+449
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov15-361/+363
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov1-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov5-30/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman46-65/+78
2005-10-28[PATCH] Driver Core: add the ability for class_device structures to be nestedGreg Kroah-Hartman1-44/+81
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers3-2/+55
2005-10-28[PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov5-14/+20
2005-10-28[PATCH] I2O: remove i2o_device_classDmitry Torokhov4-70/+17
2005-10-28[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o codeGreg Kroah-Hartman1-12/+10
2005-10-28[PATCH] I2O: remove class interfaceDmitry Torokhov1-133/+122
2005-10-28[PATCH] Driver core: send hotplug event before adding class interfacesDmitry Torokhov1-1/+2
2005-10-28[PATCH] usb device wakeup flagsDavid Brownell1-7/+9
2005-10-28[PATCH] driver model wakeup flagsDavid Brownell2-0/+74
2005-10-28[PATCH] add sysfs support for ide tapeWill Dyson1-2/+36
2005-10-28[PATCH] aoe: update to version 14Ed L. Cashin1-1/+1
2005-10-28[PATCH] aoe: use get_unaligned for accesses in ATA id bufferEd L. Cashin1-7/+8
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds18-11/+1047
2005-10-28Auto-update from upstreamKyle McMartin72-147/+154
2005-10-28Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...Linus Torvalds1-14/+37