Age | Commit message (Expand) | Author |
2014-03-21 | spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs | Axel Lin |
2014-03-21 | spi: altera: Remove the code to get unused platform_data | Axel Lin |
2014-03-21 | spi: fsl-lib: Fix memory leak of pinfo | Axel Lin |
2014-03-21 | spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST | Axel Lin |
2014-03-21 | spi: nuc900: Fix setting multiple bits settings in register | Axel Lin |
2014-03-21 | spi: atmel: fix printk format warnings | Randy Dunlap |
2014-03-18 | spi: remove obsolete spi-ti-ssp driver | Arnd Bergmann |
2014-03-17 | spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m... | Axel Lin |
2014-03-14 | spi: efm32: properly namespace location property | Uwe Kleine-König |
2014-03-13 | spi: sh-sci: Prevent NULL pointer dereference | Axel Lin |
2014-03-13 | spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacks | Axel Lin |
2014-03-13 | spi: altera: Use bits_per_word_mask | Axel Lin |
2014-03-13 | spi: oc-tiny: Remove unneeded NULL checking for hw->bitbang.master | Axel Lin |
2014-03-13 | spi: clps711x: Remove duplicate code to set default bits_per_word and max speed | Axel Lin |
2014-03-13 | spi: sc18is602: Convert to let spi core validate transfer speed | Axel Lin |
2014-03-13 | spi: add xtfpga SPI controller driver | Max Filippov |
2014-03-12 | spi: efm32: Clean up non-DT paths | Axel Lin |
2014-03-11 | spi: rspi: Add runtime PM support, using spi core auto_runtime_pm | Geert Uytterhoeven |
2014-03-11 | spi: sh-msiof: Convert to spi core auto_runtime_pm framework | Geert Uytterhoeven |
2014-03-11 | spi: sh-hspi: Add missing call to pm_runtime_disable() in failure path | Geert Uytterhoeven |
2014-03-10 | spi: coldfire-qspi: Prevent NULL pointer dereference | Axel Lin |
2014-03-10 | spi: clps711x: Provide label argument for devm_gpio_request | Axel Lin |
2014-03-10 | spi: coldfire-qspi: Enable clock before calling spi_master_resume | Axel Lin |
2014-03-10 | spi/ti-qspi: Fix return from mmap path | Sourav Poddar |
2014-03-07 | spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks | Axel Lin |
2014-03-07 | Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col... | Mark Brown |
2014-03-06 | spi: pl022: Don't ignore power domain and amba bus at system suspend | Ulf Hansson |
2014-03-06 | spi: pl022: Let runtime PM callbacks be available for CONFIG_PM | Ulf Hansson |
2014-03-06 | Merge branch 'pm-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Mark Brown |
2014-03-05 | spi: fsl-dspi: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han |
2014-03-05 | spi: bcm63xx-hsspi: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han |
2014-03-05 | spi: omap-100k: fix spacing coding style issue | Jingoo Han |
2014-03-05 | spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks | Wenyou Yang |
2014-03-05 | spi: coldfire-qspi: Use core message handling | Axel Lin |
2014-03-05 | spi: coldfire-qspi: Remove unused dev field from struct mcfqspi | Axel Lin |
2014-03-05 | spi: coldfire-qspi: Fix getting correct address for *mcfqspi | Axel Lin |
2014-03-05 | spi: fsl-dspi: Fix getting correct address for master | Axel Lin |
2014-03-05 | spi: atmel: adopt pinctrl support | Wenyou Yang |
2014-03-04 | spi: core: make zero length transfer valid again | Atsushi Nemoto |
2014-03-04 | spi: xcomm: Remove duplicate code to set default bits_per_word and max speed | Axel Lin |
2014-03-04 | spi: sun6i: Set bits_per_word_mask to only support 8 bits word length | Axel Lin |
2014-03-04 | spi: sun4i: Set bits_per_word_mask to only support 8 bits word length | Axel Lin |
2014-03-03 | spi: spi-ath79: fix initial GPIO CS line setup | Gabor Juhos |
2014-03-03 | spi: dw: Convert to let spi core validate transfer speed | Axel Lin |
2014-03-03 | spi: atmel: Let spi core handle validating transfer length | Axel Lin |
2014-03-03 | spi: octeon: Convert to let spi core validate transfer speed | Axel Lin |
2014-03-03 | spi: octeon: Remove struct octeon_spi_setup usage | Axel Lin |
2014-03-03 | spi: omap-uwire: Convert to use bits_per_word_mask | Axel Lin |
2014-03-03 | spi: atmel: Remove redundant list_empty checking | Axel Lin |
2014-03-03 | spi: sirf: provide a shortcut for spi command-data mode | Qipan Li |