| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: appledisplay: close race between probe and completion handler | Oliver Neukum | 2024-09-13 | 1 | -4/+11 |
* | usb: appledisplay: use module_usb_driver to simplify the code | Liu Shixin | 2020-09-22 | 1 | -13/+1 |
* | usb: appledisplay: remove needless check before usb_free_coherent() | Xu Wang | 2020-07-21 | 1 | -2/+1 |
* | usb: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-10 | 1 | -1/+1 |
* | appledisplay: fix error handling in the scheduled work | Oliver Neukum | 2019-11-07 | 1 | -1/+7 |
* | Merge 4.20-rc6 into usb-next | Greg Kroah-Hartman | 2018-12-10 | 1 | -0/+1 |
|\ |
|
| * | usb: appledisplay: Add 27" Apple Cinema Display | Alexander Theissen | 2018-12-05 | 1 | -0/+1 |
* | | usb: appledisplay: Remove unnecessary spinlock | Alexander Theissen | 2018-12-05 | 1 | -7/+0 |
* | | usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAP | Alexander Theissen | 2018-12-05 | 1 | -0/+1 |
|/ |
|
* | USB: misc: appledisplay: add 20" Apple Cinema Display | Mattias Jacobsson | 2018-11-07 | 1 | -0/+1 |
* | USB: misc: appledisplay: fix backlight update_status return code | Mattias Jacobsson | 2018-10-18 | 1 | -2/+5 |
* | USB: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-07-02 | 1 | -0/+1 |
* | USB: misc: Remove redundant license text | Greg Kroah-Hartman | 2017-11-04 | 1 | -14/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | USB: appledisplay: refactor endpoint retrieval | Johan Hovold | 2017-03-23 | 1 | -13/+6 |
* | usb: misc: appledisplay: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -3/+0 |
* | usb: misc: appledisplay: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -1/+0 |
* | USB: appledisplay: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 2016-08-09 | 1 | -11/+2 |
* | USB: appledisplay: Deletion of a check before backlight_device_unregister() | Markus Elfring | 2015-03-18 | 1 | -1/+1 |
* | USB: appledisplay: fix race between reading and writing from the device | Oliver Neukum | 2014-05-28 | 1 | -3/+10 |
* | USB: appledisplay: Convert /n to \n | Joe Perches | 2014-05-28 | 1 | -1/+1 |
* | usb/misc/appledisplay: Add 24" LED Cinema display | Ben Jencks | 2013-04-03 | 1 | -0/+1 |
* | USB: appledisplay.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-02 | 1 | -6/+6 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | backlight: add backlight type | Matthew Garrett | 2011-03-23 | 1 | -0/+1 |
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 1 | -3/+4 |
* | USB: backlight, appledisplay: fix incomplete registration failure handling | Bruno Prémont | 2010-03-02 | 1 | -1/+2 |
* | USB misc: make USB device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: Fix a bug on appledisplay.c regarding signedness | pancho horrillo | 2009-12-23 | 1 | -2/+2 |
* | USB: add device ID for Apple Cinema Display 23in 2007 | pancho horrillo | 2009-12-23 | 1 | -0/+1 |
* | USB: remove err() macro from usb misc drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -11/+13 |
* | USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-10-17 | 1 | -1/+1 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-25 | 1 | -3/+3 |
* | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-19 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 2007-07-22 | 1 | -2/+2 |
|\ |
|
| * | backlight: Convert from struct class_device to struct device | Richard Purdie | 2007-07-16 | 1 | -2/+2 |
* | | USB: misc: appledisplay: clean up urb->status usage | Greg Kroah-Hartman | 2007-07-20 | 1 | -4/+5 |
|/ |
|
* | backlight: Separate backlight properties from backlight ops pointers | Richard Purdie | 2007-02-20 | 1 | -5/+6 |
* | backlight: Fix external uses of backlight internal semaphore | Richard Purdie | 2007-02-20 | 1 | -6/+0 |
* | backlight: Remove unneeded owner field | Richard Purdie | 2007-02-20 | 1 | -1/+0 |
* | Pull misc-for-upstream into release branch | Len Brown | 2007-02-17 | 1 | -2/+2 |
|\ |
|
| * | ACPI: video: Fix null pointer in appledisplay driver | Michael Hanselmann | 2007-02-10 | 1 | -1/+1 |
* | | [PATCH] null pointer dereference in appledisplay driver | Michael Hanselmann | 2007-02-12 | 1 | -2/+2 |
|/ |
|
* | Pull platform-drivers into test branch | Len Brown | 2006-12-20 | 1 | -1/+1 |
|\ |
|
| * | ACPI: video: Add dev argument for backlight_device_register | Yu Luming | 2006-12-20 | 1 | -1/+1 |
* | | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 1 | -5/+6 |
* | | USB: appledisplay: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -4/+1 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |