summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TTY: deprecate linux/generic_serial.hJiri Slaby2012-04-09
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: get rid of some lockdep false positivesAlan Stern2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drivers: hv: util: Properly handle version negotiations.K. Y. Srinivasan2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: Add dev_*_ratelimited() familyHiroshi DOYU2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misc: MAX8997: Remove max8997-muic driverChanwoo Choi2012-05-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devres: Add devres_release()Mark Brown2012-05-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson2012-05-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown2012-05-04
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory: emif: add basic infrastructure for EMIF driverAneesh V2012-05-02
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie2012-05-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | params: add 3rd arg to option handler callback signatureJim Cromie2012-04-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie2012-04-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extcon: support mutually exclusive relation between cables.MyungJoo Ham2012-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extcon: support multiple states at a device.MyungJoo Ham2012-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extcon: support notification based on the state changes.Donggeun Kim2012-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extcon: support generic GPIO extcon driverMyungJoo Ham2012-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extcon (external connector): import Android's switch class and modify.MyungJoo Ham2012-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-18
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'char-misc-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support M95040 SPI EEPROMIvo Sieben2012-04-18
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp2012-05-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-05-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Add macros for interrupt endpoint types.Sarah Sharp2012-05-18
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-18
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-18
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Allow drivers to disable hub-initiated LPM.Sarah Sharp2012-05-18
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp2012-05-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi2012-05-17
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: add read support to usb-serial/../new_idBjørn Mork2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman2012-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu2012-05-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: gadget: remove langwell_udcAlexander Shishkin2012-05-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin2012-05-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: chipidea: split the driver code into unitsAlexander Shishkin2012-05-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz2012-05-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: gadget: composite: Add usb_remove_configBenoit Goby2012-05-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \