summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000
Commit message (Expand)AuthorAgeFilesLines
...
* staging: kpc2000: kpc_spi: remove unnecessary struct member word_lenGeordan Neukum2019-06-061-3/+0
* staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dirGeordan Neukum2019-06-061-2/+0
* staging: kpc2000: kpc_spi: remove unnecessary struct member physGeordan Neukum2019-06-061-2/+0
* staging: kpc2000: Use '%zu' for printing 'size_t' typeFabio Estevam2019-06-061-1/+1
* staging: kpc2000: Use '%llx' for printing 'long long int' typeFabio Estevam2019-06-062-2/+2
* staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not d...Valerio Genovese2019-06-061-1/+1
* staging: kpc2000: fix incorrect code comment in core.cSimon Sandström2019-06-061-1/+1
* staging: kpc2000: use sizeof(var) in kzalloc callSimon Sandström2019-06-061-1/+1
* staging: kpc2000: remove unnecessary include in core.cSimon Sandström2019-06-061-1/+0
* staging: kpc2000: use __func__ in debug messages in core.cSimon Sandström2019-06-061-5/+5
* staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström2019-06-061-4/+1
* staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström2019-06-061-3/+3
* staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström2019-06-061-6/+6
* staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum2019-06-031-1/+2
* staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum2019-06-031-14/+0
* staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum2019-06-031-1/+0
* staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum2019-06-031-7/+7
* staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum2019-06-031-13/+0
* staging: kpc2000: removed misc device.Jeremy Sowden2019-06-032-127/+2
* staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden2019-06-031-0/+57
* Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-032-3/+3
|\
| * staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'Geordan Neukum2019-05-241-0/+1
| * staging: kpc2000: double unlock in error handling in kpc_dma_transfer()Dan Carpenter2019-05-201-2/+0
| * staging: kpc2000: Fix build error without CONFIG_UIOYueHaibing2019-05-201-0/+1
| * staging: kpc2000: fix build error on xtensaMax Filippov2019-05-201-1/+1
* | staging: kpc2000: replace bogus variable name in core.cSimon Sandström2019-05-301-13/+13
* | staging: kpc2000: remove extra spaces in core.cSimon Sandström2019-05-301-2/+2
* | staging: kpc2000: remove extra blank line in core.cSimon Sandström2019-05-301-1/+0
* | staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum2019-05-301-1/+3
* | staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum2019-05-301-0/+2
* | staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum2019-05-301-0/+3
* | staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum2019-05-301-2/+2
* | staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum2019-05-301-5/+0
* | staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum2019-05-301-5/+5
* | staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structureGeordan Neukum2019-05-301-2/+0
* | staging: kpc2000: kpc_i2c: Remove unused rw_semGeordan Neukum2019-05-301-3/+0
* | staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan2019-05-301-361/+361
* | staging: kpc2000: report error status to spi coreMao Wenan2019-05-301-2/+6
* | staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta2019-05-301-4/+1
* | staging: kpc2000: fix typo in KconfigSimon Sandström2019-05-301-2/+2
* | staging: kpc2000: remove unnecessary oom messageSimon Sandström2019-05-241-3/+1
* | staging: kpc2000: remove unnecessary include in cell_probe.cSimon Sandström2019-05-241-1/+0
* | staging: kpc2000: remove unnecessary braces in cell_probe.cSimon Sandström2019-05-241-7/+4
* | staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.cSimon Sandström2019-05-241-1/+1
* | staging: kpc2000: remove extra blank lines in cell_probe.cSimon Sandström2019-05-241-4/+0
* | staging: kpc2000: fix alignment issues in cell_probe.cSimon Sandström2019-05-241-19/+15
* | staging: kpc2000: add missing asterisk in commentSimon Sandström2019-05-241-1/+1
* | staging: kpc2000: use __func__ in debug messagesSimon Sandström2019-05-241-7/+12
* | staging: kpc2000: add blank line after declarationsSimon Sandström2019-05-241-0/+4
* | staging: kpc2000: remove invalid spaces in cell_probe.cSimon Sandström2019-05-231-2/+2
OpenPOWER on IntegriCloud