summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835aux.c
Commit message (Expand)AuthorAgeFilesLines
* spi: bcm2835aux: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-19/+4
* spi: switch to use modern nameMark Brown2023-08-071-42/+42
|\
| * spi: bcm2835aux: switch to use modern nameYang Yingliang2023-08-071-42/+42
* | spi: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-071-2/+2
|/
* spi: Explicitly include correct DT includesRob Herring2023-07-141-3/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: bcm2835aux: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: bcm2835aux: Convert to use GPIO descriptorsLinus Walleij2022-02-011-17/+4
* spi: bcm2835aux: use 'unsigned int' instead of 'unsigned'Jason Wang2021-08-031-2/+2
* spi: delete repeated words in commentsJay Fang2021-05-101-1/+1
* spi: bcm2835aux: Call the dedicated transfer completion function.Vincent Pelletier2021-01-141-1/+1
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-11-131-1/+2
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-11-121-14/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* spi: bcm2835aux: support effective_speed_hzMartin Sperl2020-07-171-3/+3
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-05-201-1/+3
* spi: bcm2835aux: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-1/+0
* Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-101-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | spi: bcm2835aux: Remove spi_alloc_master() error printingHoan Nguyen An2019-05-131-3/+1
|/
* 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/+0
* 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/+0
* spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-04-031-33/+18
* 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/+8
| | * 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