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