aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-altera.c
AgeCommit message (Expand)Author
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