Age | Commit message (Expand) | Author | Files | Lines |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 30 | -146/+29 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi... | Mark Brown | 12 | -124/+111 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi... | Mark Brown | 20 | -289/+175 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to... | Mark Brown | 12 | -70/+30 |
2014-03-30 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 2 | -108/+279 |
2014-03-30 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -18/+28 |
2014-03-30 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 1 | -3/+3 |
2014-03-30 | spi: Fix handling of cs_change in core implementation | Mark Brown | 1 | -3/+3 |
2014-03-29 | spi: bitbang: Make spi_bitbang_stop() return void | Axel Lin | 4 | -11/+6 |
2014-03-29 | spi: mpc52xx: Convert to use bits_per_word_mask | Axel Lin | 1 | -12/+1 |
2014-03-28 | spi: dw: Don't call kfree for memory allocated by devm_kzalloc | Axel Lin | 1 | -7/+0 |
2014-03-28 | spi: fsl-dspi: Fix memory leak | Axel Lin | 1 | -2/+2 |
2014-03-27 | spi: clps711x: Convert to use master->max_speed_hz | Axel Lin | 1 | -7/+7 |
2014-03-27 | spi: clps711x: Enable driver compilation with COMPILE_TEST | Axel Lin | 1 | -1/+1 |
2014-03-25 | spi: Do not require a completion | Mark Brown | 1 | -2/+0 |
2014-03-25 | spi: coldfire-qspi: Simplify the code to set register bits for transfer speed | Axel Lin | 1 | -4/+1 |
2014-03-25 | spi: bcm63xx: Remove unused define for PFX | Axel Lin | 1 | -2/+0 |
2014-03-25 | spi: efm32: use $vendor,$device scheme for compatible string | Uwe Kleine-König | 1 | -0/+3 |
2014-03-25 | spi: clps711x: Remove <mach/hardware.h> dependency | Alexander Shiyan | 1 | -29/+57 |
2014-03-21 | spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs | Axel Lin | 1 | -5/+0 |
2014-03-21 | spi: altera: Remove the code to get unused platform_data | Axel Lin | 1 | -4/+1 |
2014-03-21 | spi: fsl-lib: Fix memory leak of pinfo | Axel Lin | 1 | -10/+4 |
2014-03-21 | spi: nuc900: Fix setting multiple bits settings in register | Axel Lin | 1 | -10/+8 |
2014-03-21 | spi: atmel: fix printk format warnings | Randy Dunlap | 1 | -3/+3 |
2014-03-17 | spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m... | Axel Lin | 1 | -8/+6 |
2014-03-14 | spi: efm32: properly namespace location property | Uwe Kleine-König | 1 | -1/+4 |
2014-03-13 | spi: altera: Use bits_per_word_mask | Axel Lin | 1 | -0/+1 |
2014-03-13 | spi: oc-tiny: Remove unneeded NULL checking for hw->bitbang.master | Axel Lin | 1 | -2/+0 |
2014-03-13 | spi: clps711x: Remove duplicate code to set default bits_per_word and max speed | Axel Lin | 1 | -5/+4 |
2014-03-12 | spi: efm32: Clean up non-DT paths | Axel Lin | 1 | -23/+8 |
2014-03-10 | spi: coldfire-qspi: Prevent NULL pointer dereference | Axel Lin | 1 | -2/+7 |
2014-03-10 | spi: clps711x: Provide label argument for devm_gpio_request | Axel Lin | 1 | -7/+3 |
2014-03-10 | spi: coldfire-qspi: Enable clock before calling spi_master_resume | Axel Lin | 1 | -4/+5 |
2014-03-07 | Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col... | Mark Brown | 6 | -17/+35 |
2014-03-05 | spi: fsl-dspi: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 1 | -3/+1 |
2014-03-05 | spi: bcm63xx-hsspi: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 1 | -3/+2 |
2014-03-05 | spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks | Wenyou Yang | 1 | -1/+16 |
2014-03-05 | spi: coldfire-qspi: Use core message handling | Axel Lin | 1 | -47/+34 |
2014-03-05 | spi: coldfire-qspi: Remove unused dev field from struct mcfqspi | Axel Lin | 1 | -6/+2 |
2014-03-05 | spi: coldfire-qspi: Fix getting correct address for *mcfqspi | Axel Lin | 1 | -2/+4 |
2014-03-05 | spi: fsl-dspi: Fix getting correct address for master | Axel Lin | 1 | -3/+3 |
2014-03-05 | spi: atmel: adopt pinctrl support | Wenyou Yang | 1 | -0/+9 |
2014-03-04 | spi: core: make zero length transfer valid again | Atsushi Nemoto | 1 | -3/+2 |
2014-03-03 | spi: spi-ath79: fix initial GPIO CS line setup | Gabor Juhos | 1 | -2/+2 |
2014-03-03 | spi: dw: Convert to let spi core validate transfer speed | Axel Lin | 1 | -6/+1 |
2014-03-03 | spi: atmel: Let spi core handle validating transfer length | Axel Lin | 1 | -8/+0 |
2014-03-03 | spi: octeon: Convert to let spi core validate transfer speed | Axel Lin | 1 | -2/+1 |
2014-03-03 | spi: octeon: Remove struct octeon_spi_setup usage | Axel Lin | 1 | -62/+7 |
2014-03-03 | spi: atmel: Remove redundant list_empty checking | Axel Lin | 1 | -3/+0 |
2014-02-28 | spi: spi-imx: spi_imx_remove: do not disable disabled clocks | Philippe De Muyter | 1 | -2/+2 |