summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xillybus
AgeCommit message (Expand)AuthorLines
2014-09-23xillybus: Move out of stagingEli Billauer-3103/+0
2014-09-08staging: xillybus: Removed unnecessary castEli Billauer-1/+1
2014-09-08staging: xillybus: Blank lines add/removeEli Billauer-22/+2
2014-09-08staging: xillybus: Fix indentationsEli Billauer-30/+30
2014-09-08staging: xillybus: Trivial coding style fixesEli Billauer-4/+3
2014-09-08staging: xillybus: Reorganize line breaks for clarityEli Billauer-16/+13
2014-09-08staging: xillybus: Fix commentsEli Billauer-7/+8
2014-09-08staging: xillybus: Added curly brackets as requiredEli Billauer-5/+7
2014-09-08staging: xillybus: Clarified the stop condition for a loopEli Billauer-2/+2
2014-09-08staging: xillybus: Use the return value of wait_event_interruptibleEli Billauer-19/+19
2014-09-08staging: xillybus: Fixes related to "rc" variableEli Billauer-32/+15
2014-09-08staging: xillybus: EAGAIN status handling improvementEli Billauer-5/+11
2014-09-08staging: xillybus: Improved goto flow for error handlingEli Billauer-6/+6
2014-09-08staging: xillybus: Improved error handlingEli Billauer-12/+8
2014-09-08staging: xillybus: Removed unnecessary error messageEli Billauer-9/+4
2014-09-08staging: xillybus: Removed unnecessary warning messageEli Billauer-8/+2
2014-09-08staging: xillybus: Non-interruptible mutex_lock() on release methodEli Billauer-14/+2
2014-09-08staging: xillybus: Use SEEK_* predefined constantsEli Billauer-3/+3
2014-09-08staging: xillybus: Use devm_kcalloc() for arraysEli Billauer-8/+8
2014-08-30staging: xillybus: Removed read barrier at beginning of ISREli Billauer-8/+0
2014-08-30staging: xillybus: Removed unnecessary smp_wmb()Eli Billauer-4/+0
2014-08-30staging: xillybus: Removed write memory barriers before wait_event_*()Eli Billauer-4/+1
2014-08-30staging: xillybus: Removed mmiowb() as iowrite32() is orderedEli Billauer-15/+2
2014-08-30staging: xillybus: Removed mmiowb() before mutex_unlock()Eli Billauer-4/+0
2014-08-30staging: xillybus: Remove mmiowb() before wait_event_*() callsEli Billauer-3/+0
2014-07-17staging: xillybus: Removed outdated part in READMEEli Billauer-23/+0
2014-07-17staging: xillybus: Fix if-else coding style errorsEli Billauer-3/+4
2014-07-16staging: xillybus: fix some coding style errorsVincent Bernat-8/+5
2014-07-09staging: xillybus: Register's address offset notation updateEli Billauer-45/+45
2014-07-09staging: xillybus: Reorganizing xilly_setupchannels()Eli Billauer-207/+138
2014-07-09staging: xillybus: Add sanity check in interrupt handlerEli Billauer-0/+6
2014-06-26staging: xillybus: Use devm_ API for memory allocation and DMA mappingEli Billauer-238/+132
2014-05-24staging: xillybus: Use devm_ API on probe and removeEli Billauer-88/+27
2014-03-21staging: xillybus: XILLYBUS_PCIE depends on PCI_MSIEli Billauer-1/+1
2014-03-21staging: xillybus: Added "select CRC32" for XILLYBUS in KconfigEli Billauer-0/+1
2014-03-18staging/xillybus: Handle OOM in xillybus_init()Richard Weinberger-1/+5
2014-01-09staging: xillybus: Open Firmware driver supporting coherent DMAEli Billauer-1/+20
2014-01-09staging: xillybus: Changed Open Firmware "compatible" propertyEli Billauer-1/+2
2013-12-17staging: xillybus: Return -EIO if *_iomap fails, instead of 0Eli Billauer-1/+1
2013-12-17staging: xillybus: fix error return code in xilly_probe()Wei Yongjun-1/+1
2013-12-10staging: xillybus: Removed force to be a moduleEli Billauer-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_coreEli Billauer-46/+69
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_ofEli Billauer-6/+8
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_pcieEli Billauer-13/+12
2013-10-19staging: xillybus: Remember device pointer for use with dev_* functionsEli Billauer-1/+1
2013-10-11staging: xillybus: Use module_platform_driverSachin Kamat-12/+1
2013-10-06Staging: xillybus: quoted strings split across linesEbru Akagunduz-59/+25
2013-10-05staging: xillybus: remove redundant Kconfig dependencyBaruch Siach-2/+2
2013-09-17staging: xillybus: fix format string usageKees Cook-1/+1