aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging: most: hdm-usb: Remove invalid reference errorAmitoj Kaur Chawla1-2/+1
2016-03-10Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpointAddress & USB_DIR_IN).Sandhya Bankar1-1/+1
2016-02-25staging: most: hdm-usb: Use macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+1
2016-02-20staging: most: hdm-usb: Remove create_workqueue()Amitoj Kaur Chawla1-11/+6
2015-10-24staging: most: hdm-usb: Use setup_timerMuhammad Falak R Wani1-3/+2
2015-10-24staging: most: remove comparison to NULLChristian Gromm1-1/+1
2015-10-24staging: most: use blank line after declarationsChristian Gromm1-0/+4
2015-10-24staging: most: use braces on all arms of statementChristian Gromm1-2/+3
2015-10-24staging: most: remove multiple blank linesChristian Gromm1-1/+0
2015-10-16staging: most: make hdm-usb follow the coding styleChristian Gromm1-6/+8
2015-10-12Staging: most: Fix typo in staging/mostMasanari Iida1-2/+2
2015-09-29staging: most: consolidate codeChristian Gromm1-6/+2
2015-09-29staging: most: prevent DMA on stackChristian Gromm1-10/+16
2015-09-29staging: most: simplify codeChristian Gromm1-9/+8
2015-09-29staging: most: fix MAC address representationChristian Gromm1-8/+16
2015-09-29staging: most: remove macro cpu_to_le16Christian Gromm1-4/+4
2015-09-29staging: most: fix buffer synchronization requestChristian Gromm1-31/+10
2015-09-29staging: most: remove dead codeChristian Gromm1-6/+0
2015-09-29staging: most: remove unnecessary field initializationChristian Gromm1-1/+0
2015-09-29staging: most: fix USB babble on IN pipeChristian Gromm1-1/+2
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2015-09-13staging: most: fix HDM_USB dependencies and build errorsRandy Dunlap1-1/+1
2015-09-12staging: most: style of bool comparisonSudip Mukherjee1-5/+5
2015-09-12staging: most: remove unused variableSudip Mukherjee1-3/+0
2015-08-14Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword" warningsAdrian Remonda1-8/+8
2015-07-31Staging: most: replace pr_*() functions by dev_*()Christian Gromm1-57/+59
2015-07-31Staging: most: fix doing DMA on stackChristian Gromm1-13/+23
2015-07-24Staging: most: add MOST driver's hdm-usb moduleChristian Gromm3-0/+1460