Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -4/+3 |
2008-10-16 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -6/+35 |
2008-10-16 | spi: core and gpio expanders use subsys_init | David Brownell | 1 | -1/+1 |
2008-10-16 | orion_spi: handle 88F6183 erratum | Lennert Buytenhek | 1 | -0/+5 |
2008-10-16 | pxa2xx_spi: fix chip_info defaults and documentation. | Vernon Sauder | 1 | -19/+27 |
2008-10-16 | pxa2xx_spi: minor cleanup | Guennadi Liakhovetski | 1 | -4/+4 |
2008-10-16 | spi_s3c24xx: pin configuration updates | Ben Dooks | 1 | -0/+6 |
2008-10-16 | spi: simplify spi_write_then_read() | Vernon Sauder | 1 | -14/+8 |
2008-10-16 | mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGE | Kumar Gala | 1 | -55/+0 |
2008-10-16 | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -4/+3 |
2008-10-15 | Merge commit 'origin' | Benjamin Herrenschmidt | 4 | -39/+111 |
2008-10-15 | Merge branch 's3c-move' into devel | Russell King | 2 | -3/+3 |
2008-10-15 | Merge branch 'omap-all' into devel | Russell King | 2 | -6/+35 |
2008-10-08 | powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driver | Grant Likely | 1 | -3/+3 |
2008-10-04 | orion_spi: fix handling of default transfer speed | Lennert Buytenhek | 1 | -1/+1 |
2008-10-01 | pxa2xx_spi: fix build breakage | Mike Rapoport | 1 | -2/+2 |
2008-09-14 | spi_s3c24xx: fix section warning | Ben Dooks | 1 | -3/+3 |
2008-09-14 | pxa2xx_spi: dma bugfixes | Ned Forrester | 1 | -14/+43 |
2008-09-14 | pxa2xx_spi: chipselect bugfixes | Ned Forrester | 1 | -11/+48 |
2008-09-14 | spi_mpc83xx: reject invalid transfer sizes | Peter Korsgaard | 1 | -2/+11 |
2008-09-14 | spi_mpc83xx: fix clockrate calculation for low speed | Peter Korsgaard | 1 | -8/+5 |
2008-09-05 | [ARM] omap: convert OMAP drivers to use ioremap() | Russell King | 2 | -5/+30 |
2008-09-05 | [ARM] omap: remove an io_v2p() usage | Russell King | 1 | -1/+5 |
2008-08-15 | spi: bugfix spi_add_device() with duplicate chipselects | David Brownell | 1 | -11/+29 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 7 | -22/+22 |
2008-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 7 | -74/+711 |
2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 5 | -5/+3 |
2008-08-06 | spi: new orion_spi driver | Shadi Ammouri | 3 | -0/+581 |
2008-08-05 | atmel_spi: fix hang due to missed interrupt | Gerard Kam | 1 | -5/+12 |
2008-08-05 | spi: S3C24XX: reset register status on resume. | Ben Dooks | 1 | -10/+15 |
2008-07-29 | spi_s3c24xx: really assign busnum | Ben Dooks | 1 | -0/+1 |
2008-07-29 | mpc52xx_psc_spi: fix block transfer | Luotao Fu | 1 | -15/+7 |
2008-07-28 | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 1 | -44/+95 |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 5 | -12/+12 |
2008-07-26 | spi: split up spi_new_device() to allow two stage registration. | Grant Likely | 1 | -44/+95 |
2008-07-24 | spi: au1550_spi: improve pio transfer mode | Jan Nikitenko | 1 | -20/+49 |
2008-07-24 | spi: au1550_spi: proper platform device | Manuel Lauss | 1 | -64/+74 |
2008-07-24 | spidev: BKL removal | Alan Cox | 1 | -6/+13 |
2008-07-24 | spi: make spi_board_info.modalias a char array | Grant Likely | 1 | -1/+3 |
2008-07-24 | SPI Kconfig simplifications | Robert P. J. Day | 1 | -22/+23 |
2008-07-24 | xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe() | Roel Kluin | 1 | -2/+3 |
2008-07-24 | spi: spi_mpc83xx clockrate fixes | Chen Gong | 1 | -13/+16 |
2008-07-22 | Driver Core: add ability for class_find_device to start in middle of list | Greg Kroah-Hartman | 1 | -1/+1 |
2008-07-22 | device create: spi: convert device_create to device_create_drvdata | David Brownell | 1 | -2/+2 |
2008-07-15 | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build | Benjamin Herrenschmidt | 2 | -18/+39 |
2008-07-15 | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 1 | -1/+1 |
2008-07-15 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -18/+36 |
2008-07-15 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 1 | -49/+127 |
2008-07-12 | powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm | Stephen Rothwell | 1 | -1/+1 |
2008-07-10 | Merge branch 'imx' into devel | Russell King | 1 | -10/+28 |