index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-tegra20-slink.c
Age
Commit message (
Expand
)
Author
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-05-07
spi: tegra20-slink: Make of_device_id array const
Jingoo Han
2014-03-30
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...
Mark Brown
2014-03-30
Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...
Mark Brown
2014-02-16
spi: Remove explictly set bus_num and num_chipselect to default setting
Axel Lin
2014-02-12
spi: Remove duplicate code to check chip_select
Axel Lin
2014-02-11
spi: tegra20-slink: Convert to use master->max_speed_hz
Axel Lin
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-25
Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2013-12-16
spi: tegra: checking for ERR_PTR instead of NULL
Dan Carpenter
2013-12-11
spi: tegra: convert to standard DMA DT bindings
Stephen Warren
2013-12-11
spi: tegra: use reset framework
Stephen Warren
2013-12-09
spi: tegra20-slink: use u32 for 32-bit register values
Michal Nazarewicz
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-10-25
Merge remote-tracking branch 'spi/topic/tegra-slink' into spi-next
Mark Brown
2013-10-25
Merge remote-tracking branch 'spi/topic/tegra' into spi-next
Mark Brown
2013-10-17
spi/tegra20-slink: Move first transfer preparation to prepare_message
Mark Brown
2013-10-17
spi/tegra20-slink: Crude refactoring to use core message parsing
Mark Brown
2013-10-15
spi: tegra20-slink: Fix checkpatch issue
Jingoo Han
2013-10-07
spi/tegra20-slink: Remove unused is_single_xfer check
Mark Brown
2013-09-26
spi: tegra20-slink: use devm_spi_register_master()
Jingoo Han
2013-09-17
spi: tegra: Use DIV_ROUND_UP instead of open coded
Axel Lin
2013-07-29
spi/tegra20-slink: Use core runtime PM
Mark Brown
2013-07-29
spi/tegra-slink: Factor runtime PM out into transfer prepare/unprepare
Mark Brown
2013-05-23
spi: use platform_{get,set}_drvdata()
Jingoo Han
2013-04-08
spi: tegra: slink: make local symbols static
Wei Yongjun
2013-04-07
spi/tegra-slink: assume CONFIG_OF, remove platform data
Stephen Warren
2013-04-07
spi/tegra-slink: remove redundant code
Stephen Warren
2013-04-03
spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flag
Mark Brown
2013-04-01
spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag
Laxman Dewangan
2013-04-01
spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()
Wei Yongjun
2013-03-12
spi: slink-tegra20: move runtime pm calls to transfer_one_message
Laxman Dewangan
2013-02-21
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-05
spi/tegra: remove checks for valid speed
Laxman Dewangan
2013-02-05
spi: remove check for bits_per_word on transfer from low level driver
Laxman Dewangan
2013-01-28
spi: tegra: do not use clock name to get clock
Prashant Gaikwad
2013-01-28
ARM: tegra: migrate to new clock code
Prashant Gaikwad
2013-01-25
spi: Convert to devm_ioremap_resource()
Thierry Reding
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-11-09
spi: tegra: sequence compatible strings as per preference
Laxman Dewangan
2012-11-09
spi: make sure all transfer has bits_per_word set
Laxman Dewangan
2012-10-30
spi: tegra: add spi driver for SLINK controller
Laxman Dewangan