| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: fix use of set_cs in spi_s3c24xx driver | Ben Dooks | 2007-04-17 | 1 | -2/+2 |
* | [PATCH] drivers/spi/: fix section mismatches | Adrian Bunk | 2007-03-27 | 1 | -6/+4 |
* | [PATCH] spi_s3c24xx.c: warning fix | Arnaud Patard (Rtp | 2007-03-16 | 1 | -1/+1 |
* | [PATCH] SPI: at25: do not use pointer before assignment | Atsushi Nemoto | 2007-03-16 | 1 | -1/+1 |
* | [PATCH] gpio_direction_output() needs an initial value | David Brownell | 2007-03-16 | 1 | -1/+1 |
* | [PATCH] spi: destroy workqueue after spi_unregister_master | Chris Lesiak | 2007-03-16 | 1 | -24/+2 |
* | [PATCH] spi_s3c2410_gpio.c spi mode 2 and 3 support | Harald Welte | 2007-02-20 | 1 | -0/+15 |
* | [PATCH] SPI controller build/warning fixes | David Brownell | 2007-02-20 | 3 | -5/+8 |
* | [PATCH] SPI: atmel_spi driver | Haavard Skinnemoen | 2007-02-14 | 4 | -0/+853 |
* | [PATCH] SPI eeprom driver | David Brownell | 2007-02-12 | 3 | -0/+392 |
* | [PATCH] SPI cleanup() method param becomes non-const | Hans-Peter Nilsson | 2007-02-12 | 3 | -4/+4 |
* | [PATCH] spi_bitbang(): use overridable setup_transfer() method | Hans-Peter Nilsson | 2007-02-12 | 1 | -4/+5 |
* | [PATCH] SPI: Freescale iMX SPI controller driver (BIS+) | Andrea Paterniani | 2007-02-12 | 3 | -0/+1778 |
* | [PATCH] SPI controller driver for OMAP Microwire | David Brownell | 2007-02-12 | 3 | -0/+580 |
* | [PATCH] SPI Kconfig fix | David Brownell | 2007-02-12 | 1 | -7/+6 |
* | Revert "Driver core: convert SPI code to use struct device" | Greg Kroah-Hartman | 2007-02-07 | 4 | -22/+22 |
* | Driver core: convert SPI code to use struct device | Greg Kroah-Hartman | 2007-02-07 | 4 | -22/+22 |
* | [PATCH] SPI: alternative fix for spi_busnum_to_master | Atsushi Nemoto | 2007-01-26 | 1 | -9/+14 |
* | [PATCH] spi: fix error setting the spi mode in pxa2xx_spi.c | Justin Clacherty | 2007-01-26 | 1 | -2/+3 |
* | [PATCH] S3C24XX: fix passing spi chipselect to select routine | Ben Dooks | 2007-01-26 | 1 | -14/+14 |
* | [PATCH] spi_s3c24xx_gpio: use right header | Arnaud Patard (Rtp | 2006-12-30 | 1 | -1/+1 |
* | [PATCH] SPI: define null tx_buf to mean "shift out zeroes" | David Brownell | 2006-12-30 | 2 | -1/+3 |
* | [PATCH] fix s3c24xx gpio driver (include linux/workqueue.h) | Ben Dooks | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] spi: stabilize PIO mode transfers on PXA2xx systems | Stephen Street | 2006-12-10 | 1 | -293/+440 |
* | [PATCH] spi: check platform_device_register_simple() error | Akinobu Mita | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] spi: set kset of master class dev explicitly | Hans-Christian Egtvedt | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] spi: correct bus_num and buffer bug in spi core | Hans-Christian Egtvedt | 2006-12-07 | 1 | -9/+7 |
* | [PATCH] SPI: improve sysfs compiler complaint handling | Jeff Garzik | 2006-12-07 | 1 | -1/+3 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 2 | -3/+3 |
* | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 1 | -4/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -0/+1 |
|\ |
|
| * | [PATCH] severing fs.h, radix-tree.h -> sched.h | Al Viro | 2006-12-04 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -1/+1 |
|\| |
|
| * | Fix misc Kconfig typos | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+4 |
|/ |
|
* | [PATCH] spi section fix | Andrew Morton | 2006-11-03 | 1 | -1/+0 |
* | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 2006-10-06 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 3 | -5/+4 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 2 | -2/+0 |
* | [PATCH] lockdep: annotate on-stack completions | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 2 | -2/+0 |
* | [PATCH] SPI: infrastructure to initialize spi_device.mode early | David Brownell | 2006-06-28 | 1 | -0/+1 |
* | [PATCH] s3c24xx: fix spi driver with CONFIG_PM | Ben Dooks | 2006-05-26 | 1 | -2/+2 |
* | [PATCH] pxa2xx-spi update | Stephen Street | 2006-05-21 | 1 | -37/+56 |
* | [PATCH] S3C24XX: hardware SPI driver | Ben Dooks | 2006-05-21 | 3 | -0/+460 |
* | [PATCH] S3C24XX: GPIO based SPI driver | Ben Dooks | 2006-05-21 | 4 | -0/+198 |
* | [PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller | Kumar Gala | 2006-05-21 | 3 | -0/+496 |
* | [PATCH] minor SPI doc fix | dmitry pervushin | 2006-05-21 | 1 | -3/+3 |
* | [PATCH] SPI: spi_bitbang: clocking fixes | David Brownell | 2006-05-16 | 1 | -10/+14 |
* | [PATCH] spi: Update to PXA2xx SPI Driver | Stephen Street | 2006-05-16 | 1 | -7/+75 |