aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-altera.c
AgeCommit message (Expand)Author
2021-04-20spi: altera: separate core code from platform codeMatthew Gerlach
2021-01-20spi: altera: Fix memory leak on error pathPan Bian
2020-12-29spi: altera: fix return value for altera_spi_txrx()Xu Yilun
2020-06-24spi: altera: fix module autoloadXu Yilun
2020-06-24spi: altera: fix driver matching failure of the device ID "spi_altera"Xu Yilun
2020-06-19spi: altera: fix size mismatch on 64 bit processorsMatthew Gerlach
2020-06-19spi: altera: support indirect access to the registersXu Yilun
2020-06-19spi: altera: use regmap-mmio instead of direct mmio register accessXu Yilun
2020-06-15spi: altera: add platform data for slave information.Xu Yilun
2020-06-15spi: altera: add SPI core parameters support via platform data.Xu Yilun
2020-06-15spi: altera: add 32bit data width transfer support.Xu Yilun
2019-09-04spi: altera: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-16spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen
2017-08-16spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown
2014-03-21spi: altera: Remove the code to get unused platform_dataAxel Lin
2014-03-13spi: altera: Use bits_per_word_maskAxel Lin
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-13spi: altera: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2013-09-01Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown
2013-09-01Merge remote-tracking branch 'spi/topic/bitbang' into spi-nextMark Brown
2013-08-31spi: altera: Use DIV_ROUND_UP to calculate hw->bytes_per_wordAxel Lin
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen
2013-08-29Merge remote-tracking branch 'spi/topic/rspi' into spi-pdataMark Brown
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-08-29spi: simplify devm_request_mem_region/devm_ioremapJulia Lawall
2013-08-28spi: altera: Simplify altera_spi_txrx implementation for noirq caseAxel Lin
2013-08-09spi/bitbang: Drop empty setup() functionsMark Brown
2013-07-11spi: revert master->setup function removal for altera and nuc900Stephen Warren
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-08-17spi: spi-altera: Use of_match_ptrTobias Klauser
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-06-06spi: reorganize driversGrant Likely