aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/appledisplay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin1-13/+1
2020-07-21usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang1-2/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-07appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman1-0/+1
2018-12-05usb: appledisplay: Remove unnecessary spinlockAlexander Theissen1-7/+0
2018-12-05usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAPAlexander Theissen1-0/+1
2018-12-05usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen1-0/+1
2018-11-07USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson1-0/+1
2018-10-18USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson1-2/+5
2018-07-02USB: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23USB: appledisplay: refactor endpoint retrievalJohan Hovold1-13/+6
2016-08-30usb: misc: appledisplay: don't print on ENOMEMWolfram Sang1-3/+0
2016-08-15usb: misc: appledisplay: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-08-09USB: appledisplay: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-11/+2
2015-03-18USB: appledisplay: Deletion of a check before backlight_device_unregister()Markus Elfring1-1/+1
2014-05-27USB: appledisplay: fix race between reading and writing from the deviceOliver Neukum1-3/+10
2014-05-27USB: appledisplay: Convert /n to \nJoe Perches1-1/+1
2013-04-03usb/misc/appledisplay: Add 24" LED Cinema displayBen Jencks1-0/+1
2012-05-01USB: appledisplay.c: remove dbg() usageGreg Kroah-Hartman1-6/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+4
2010-03-02USB: backlight, appledisplay: fix incomplete registration failure handlingBruno Prémont1-1/+2
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-12-23USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo1-2/+2
2009-12-23USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo1-0/+1
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman1-11/+13
2008-10-17USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-2/+2
2007-07-19USB: misc: appledisplay: clean up urb->status usageGreg Kroah-Hartman1-4/+5
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie1-2/+2
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-5/+6
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-6/+0
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie1-1/+0
2007-02-16Pull misc-for-upstream into release branchLen Brown1-2/+2
2007-02-12[PATCH] null pointer dereference in appledisplay driverMichael Hanselmann1-2/+2
2007-02-10ACPI: video: Fix null pointer in appledisplay driverMichael Hanselmann1-1/+1
2006-12-20Pull platform-drivers into test branchLen Brown1-1/+1
2006-12-20ACPI: video: Add dev argument for backlight_device_registerYu Luming1-1/+1
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-5/+6
2006-12-01USB: appledisplay: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0