summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835aux.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-101-10/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* | spi: bcm2835aux: Remove spi_alloc_master() error printingHoan Nguyen An2019-05-131-3/+1Star
|/
* spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FSYueHaibing2019-04-081-1/+2
* spi: bcm2835aux: polling_limit_us can be statickbuild test robot2019-04-041-1/+1
* spi: bcm2835aux: add driver stats to debugfsMartin Sperl2019-04-031-0/+56
* spi: bcm2835aux: make the polling duration limits configurableMartin Sperl2019-04-031-11/+14
* spi: bcm2835aux: setup gpio-cs to output and correct level during setupMartin Sperl2019-04-031-2/+14
* spi: bcm2835aux: warn in dmesg that native cs is not really supportedMartin Sperl2019-04-031-0/+33
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2019-04-031-1/+12
* spi: bcm2835aux: remove dead codeMartin Sperl2019-04-031-3/+0Star
* spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl2019-04-031-4/+4
* spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl2019-04-031-7/+0Star
* spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-04-031-33/+18Star
* spi: bcm2835aux: remove unneeded NULL check of devm_clk_getYueHaibing2019-01-231-1/+1
* spi: bcm2835: make license text and module license matchStefan Wahren2018-11-141-1/+1
* spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2018-05-041-0/+5
* spi: bcm2835aux: Avoid 64-bit arithmetic in xfer len calcTrent Piepho2018-02-141-9/+9
*-. Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi...Mark Brown2016-03-111-22/+50
|\ \
| | * spi: bcm2835aux: fix CPOL/CPHA settingStephan Olbrich2016-02-151-11/+8Star
| | * spi: bcm2835aux: set up spi-mode before asserting cs-gpioStephan Olbrich2016-02-151-16/+41
| | * spi: bcm2835aux: disable tx fifo empty irqStephan Olbrich2016-02-101-0/+6
| |/
* / spi: bcm2835aux: fix bitmask definesStephan Olbrich2016-02-101-2/+2
|/
* spi: bcm2835aux: change initialization order and switch to platform_get_irqMartin Sperl2015-10-161-4/+4
* spi: bcm2835aux: fixed bad data on longer transfersMartin Sperl2015-10-161-12/+31
* spi: bcm2835aux: add bcm2835 auxiliary spi device driverMartin Sperl2015-10-071-0/+493