summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-----------------. Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown2014-01-2314-190/+151
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-033-3/+3
| | | | | | | | | * | spi: orion: Use devm_clk_get()Jingoo Han2013-12-091-3/+1
| | | | | | | | | |/
| | | | | | | | * | spi: omap-100k: remove pointless _remove functionMichal Nazarewicz2013-12-021-20/+0
| | | | | | | | * | spi: omap2: Add build dependencies for writel_relaxed()Mark Brown2013-11-241-0/+1
| | | | | | | | * | spi: omap2-mcspi: raw read and write endian fixVictor Kamensky2013-11-241-19/+19
| | | | | | | | |/
| | | | | | | * / spi: oc-tiny: Simplify tiny_spi_txrx_bufs implementation when irq is not usedAxel Lin2014-01-091-51/+11
| | | | | | | |/
| | | | | | * | spi: nuc900: remove redundant return value check of platform_get_resource()Wei Yongjun2013-12-201-6/+0
| | | | | | * | spi: nuc900: Use devm_*() functionsJingoo Han2013-12-171-40/+10
| | | | | | |/
| | | | | * | spi: spi-sh-msiof: set hi/low Active for HW CSTakashi Yoshii2013-12-021-4/+9
| | | | | * | spi: sh-msiof: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-281-0/+8
| | | | | * | spi: sh-msiof: Use devm_* managed allocatorsLaurent Pinchart2013-11-281-23/+14
| | | | | * | spi: sh-msiof: Enable driver compilation with COMPILE_TESTLaurent Pinchart2013-11-271-1/+2
| | | | | * | spi: sh-msiof: Fix warnings due to improper castsLaurent Pinchart2013-11-271-1/+1
| | | | | |/
| | | | * / spi: mpc512x: Use devm_*() functionsJingoo Han2013-12-181-13/+5
| | | | |/
| | | * / spi: sh-hspi: Spelling s/recive/receive/Geert Uytterhoeven2014-01-131-1/+1
| | | |/
| | * / spi: spi-gpio: Use 'cansleep' variants to access GPIOEzequiel Garcia2013-11-241-4/+4
| | |/
| * | spi/fsl-espi: Add Power Management support for eSPI controllerHou Zhiqiang2013-12-121-0/+61
| * | spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.Hou Zhiqiang2013-12-111-1/+1
| |/
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-----------------. \ Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi...Mark Brown2014-01-2321-460/+771
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | spi: falcon: Use devm_spi_register_master()Jingoo Han2013-12-041-11/+1
| | | | | | | | | | |/
| | | | | | | | | * | spi: dw-pci: remove free for resources allocated with devm_*Wei Yongjun2014-01-071-4/+0
| | | | | | | | | * | spi: dw-pci: fix typoBaruch Siach2014-01-061-1/+2
| | | | | | | | | * | Merge tag 'v3.13-rc6' into spi-dwMark Brown2013-12-31664-3705/+8108
| | | | | | | | | |\ \
| | | | | | | | | * | | spi: dw: fix memory leak on error pathBaruch Siach2013-12-311-2/+3
| | | | | | | | | * | | spi: dw-mmio: prepare the clock before enablingBaruch Siach2013-12-311-3/+3
| | | | | | | | | * | | spi: dw: use managed resourcesBaruch Siach2013-12-314-97/+37
| | | | | | | | | * | | spi: dw: drop unused struct dw_spi fieldBaruch Siach2013-12-302-2/+0
| | | | | | | | | | |/ | | | | | | | | | |/|
| | | | | | | | * | | spi/davinci: Don't select EDMASekhar Nori2014-01-091-1/+0
| | | | | | | | * | | spi: davinci: Use devm_*() functionsJingoo Han2013-12-171-30/+11
| | | | | | | | * | | spi: davinci: Fix the build warning with CONFIG_ARM_LPAE=ySantosh Shilimkar2013-11-241-2/+2
| | | | | | | | |/ /
| | | | | | | * | | spi: coldfire-qspi: remove redundant return value check of platform_get_resou...Wei Yongjun2013-12-091-6/+0
| | | | | | | * | | spi: coldfire-qspi: Use devm_*() functionsJingoo Han2013-12-041-33/+14
| | | | | | | |/ /
| | | | | | * | | spi: clps711x: Add MODULE_ALIAS to support module auto-loadingAxel Lin2014-01-141-0/+1
| | | | | | * | | spi: clps711x: Use devm_gpio_request()Alexander Shiyan2014-01-101-20/+2
| | | | | | |/ /
| | | | | * | | spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-178-37/+0
| | | | | * | | Merge branches 'topic/sc18is602' and 'topic/rspi' of git://git.kernel.org/pub...Mark Brown2014-01-17665-3869/+8300
| | | | | |\ \ \
| | | | | | * | | spi: rspi: Add missing clk_disable() calls in error and cleanup pathsGeert Uytterhoeven2014-01-141-4/+7
| | | | | | * | | Merge branch 'topic/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2014-01-14664-3733/+8123
| | | | | | |\ \ \
| | | | | | | * \ \ Merge tag 'v3.13-rc6' into spi-rcarMark Brown2013-12-30529-2794/+5367
| | | | | | | |\ \ \ | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | * | | spi: rcar: Use devm_spi_register_master()Jingoo Han2013-12-091-2/+1
| | | | | | | * | | Merge tag 'v3.13-rc2' into spi-rcarMark Brown2013-12-02152-912/+2743
| | | | | | | |\ \ \
| | | | | | | * | | | spi: rcar: Use devm_* managed allocatorsLaurent Pinchart2013-11-271-25/+13
| | | | | | | * | | | spi: rcar: Fix pointer cast in the remove functionLaurent Pinchart2013-11-271-2/+1
| | | | | | | * | | | spi: rcar: Fix uninitialized variable warningLaurent Pinchart2013-11-271-1/+1
| | | | | | | | |_|/ | | | | | | | |/| |
| | | | | | * | | | spi: rspi: Spelling s/transmition/transmission/Geert Uytterhoeven2014-01-141-2/+2
| | | | | | * | | | spi: rspi: Add support for specifying CPHA/CPOLGeert Uytterhoeven2014-01-131-2/+10
| | | | | | * | | | spi: rspi: Add more QSPI register documentationGeert Uytterhoeven2014-01-131-6/+19
| | | | | | * | | | spi: rspi: Add more RSPI register documentationGeert Uytterhoeven2014-01-131-86/+99
| | | | | | * | | | spi: rspi: Remove dependency on DMAE for SHMOBILEGeert Uytterhoeven2014-01-131-1/+1