index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: printer: use after free in gprinter_alloc_inst()
Dan Carpenter
2015-03-13
1
-0
/
+1
*
usb: gadget: printer: delete some dead code
Dan Carpenter
2015-03-13
1
-5
/
+0
*
usb: dwc2: pci: Select the generic PHY for dwc2-pci driver
John Youn
2015-03-13
1
-0
/
+1
*
usb: gadget: serial: %pf is only for function pointers
Scott Wood
2015-03-13
1
-1
/
+1
*
usb: dwc2: rework initialization of host and gadget in dual-role mode
Marek Szyprowski
2015-03-12
2
-8
/
+23
*
usb: dwc2: pci: Add device mode to the dwc2-pci driver
John Youn
2015-03-11
2
-90
/
+76
*
usb: gadget: lpc32xxx_udc: Fix NULL dereference
Peter Chen
2015-03-11
1
-12
/
+3
*
usb: musb: cppi41: fix condition to call cppi41_trans_done().
Takeyoshi Kikuchi
2015-03-11
1
-2
/
+4
*
usb: phy: phy-generic: No need to call gpiod_direction_output() twice
Fabio Estevam
2015-03-11
1
-7
/
+5
*
usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()
Robert Baldyga
2015-03-11
1
-1
/
+0
*
usb: gadget: dummy-hcd: Remove utf8 from format string
Rasmus Villemoes
2015-03-11
1
-1
/
+1
*
usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup support
Sylvain Rochet
2015-03-11
1
-0
/
+57
*
usb: gadget: atmel_usba_udc: condition clocks to vbus state
Sylvain Rochet
2015-03-11
2
-48
/
+100
*
usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQ
Sylvain Rochet
2015-03-11
1
-7
/
+2
*
usb: gadget: atmel_usba_udc: Fixed vbus_prev initial state
Sylvain Rochet
2015-03-11
1
-0
/
+2
*
usb: phy: fixed comment typo
Mickael Maison
2015-03-11
1
-1
/
+1
*
usb: phy: ab8500: fixed comment typo
Mickael Maison
2015-03-11
1
-1
/
+1
*
usb: gadget: f_mass_storage: use defined constant instead of numeric value
Tal Shorer
2015-03-11
1
-1
/
+1
*
usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml
Masanari Iida
2015-03-11
2
-3
/
+3
*
usb: musb: dsps: don't fake of_node to musb core
Felipe Balbi
2015-03-11
1
-1
/
+0
*
usb: musb: dsps: request phy using our device pointer
Felipe Balbi
2015-03-11
1
-1
/
+1
*
usb: gadget: printer: add configfs support
Andrzej Pietrasiewicz
2015-03-10
5
-2
/
+204
*
usb: gadget: printer: use module_usb_composite_driver helper macro
Andrzej Pietrasiewicz
2015-03-10
1
-13
/
+1
*
usb: gadget: f_printer: remove compatibility layer
Andrzej Pietrasiewicz
2015-03-10
1
-113
/
+0
*
usb: gadget: printer: convert to new interface of f_printer
Andrzej Pietrasiewicz
2015-03-10
2
-14
/
+37
*
usb: gadget: f_printer: convert to new function interface with backward compa...
Andrzej Pietrasiewicz
2015-03-10
5
-1
/
+220
*
usb: gadget: printer: factor out f_printer
Andrzej Pietrasiewicz
2015-03-10
2
-1249
/
+1285
*
usb: gadget: printer: allocate printer_dev instances dynamically
Andrzej Pietrasiewicz
2015-03-10
1
-22
/
+40
*
usb: gadget: printer: add req_match for printer function
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+36
*
usb: gadget: printer: name class specific requests
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+6
*
usb: gadget: composite: add req_match method to usb_function
Andrzej Pietrasiewicz
2015-03-10
2
-1
/
+8
*
usb: gadget: printer: add container_of helper for printer_dev
Andrzej Pietrasiewicz
2015-03-10
1
-5
/
+10
*
usb: gadget: printer: don't access file global usb_printer_gadget in function...
Andrzej Pietrasiewicz
2015-03-10
1
-1
/
+1
*
usb: gadget: printer: eliminate file global printer_mutex
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+0
*
usb: gadget: printer: call gprinter_setup() from gadget's bind
Andrzej Pietrasiewicz
2015-03-10
1
-17
/
+18
*
usb: gadget: printer: add setup and cleanup functions
Andrzej Pietrasiewicz
2015-03-10
1
-15
/
+31
*
usb: gadget: printer: don't access file global pnp_string in function's code
Andrzej Pietrasiewicz
2015-03-10
1
-6
/
+8
*
usb: gadget: printer: define pnp string buffer length
Andrzej Pietrasiewicz
2015-03-10
1
-2
/
+4
*
usb: gadget: printer: move function-related unbind code to function's unbind
Andrzej Pietrasiewicz
2015-03-10
1
-33
/
+25
*
usb: gadget: printer: call usb_add_function() last
Andrzej Pietrasiewicz
2015-03-10
1
-5
/
+4
*
usb: gadget: printer: move function-related bind code to function's bind
Andrzej Pietrasiewicz
2015-03-10
1
-48
/
+66
*
usb: gadget: printer: standardize printer_do_config
Andrzej Pietrasiewicz
2015-03-10
1
-15
/
+24
*
usb: gadget: printer: follow the naming convention for usb_add_config callback
Andrzej Pietrasiewicz
2015-03-10
1
-2
/
+2
*
usb: gadget: printer: eliminate pdev member of struct printer_dev
Andrzej Pietrasiewicz
2015-03-10
1
-4
/
+4
*
usb: gadget: printer: add missing error handling
Andrzej Pietrasiewicz
2015-03-10
1
-18
/
+5
*
usb: gadget: printer: revert usb_add_function() effect in error recovery
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+1
*
usb: gadget: printer: eliminate random pointer dereference
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+3
*
usb: gadget: printer: remove unused and empty printer_unbind
Andrzej Pietrasiewicz
2015-03-10
1
-6
/
+0
*
usb: gadget: printer: enqueue printer's response for setup request
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+9
*
usb: gadget: composite: don't try standard handling for non-standard requests
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+7
[next]