1367 results
Order by date - Order by pertinence
All (1367)
Press (1)
High-tech (1366)
 
Other results are also available in our forums :
[PATCH] drivers/spi: Convert printks to pr_
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Convert printks to pr_<level> Convert a test w/ errmsg to a more normal form Uncompiled, untested Signed-off-by: Joe Perches <joe@perches.com> drivers/spi/amba-pl022.c | ...
Message posted on the July 21st, 2010 - 3:00 PM ET
[PATCH] touchscreen: ads7846: please don't touch free'd memory
If the _probe() method fails, the 'ts' struct is freed, yet it is still used as the drvdata passed to suspend/resume/remove methods. Even though the input device does not get registerd, the driver's suspend/resume methods still get called as it's a ...
Message posted on the May 18th, 2010 - 7:50 PM ET
[PATCH 1/3] spi_topcliff_pch: support new device ML7213
Support ML7213 device of OKI SEMICONDUCTOR. ML7213 is companion chip of Intel Atom E6xx series for IVI(In-Vehicle Infotainment). ML7213 is completely compatible for Intel EG20T PCH. Signed-off-by: Tomoya MORINAGA ...
Message posted on the December 27th, 2010 - 6:30 AM ET
[PATCH 1/5] ARM: add PrimeCell generic DMA to PL022 v9
This extends the PL022 SSP/SPI driver with generic DMA engine support using the PrimeCell DMA engine interface. Also fix up the test code for the U300 platform. Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Linus Walleij ...
Message posted on the August 6th, 2010 - 8:00 AM ET
[PATCH] of/device: Replace struct of_device with struct of_platform
of_device is just an alias for platform_device, so remove it entirely. Also replace to_of_device() with to_platform_device(). This patch was initially generated from the following semantic patch, and then edited by hand to pick up the bits that ...
Message posted on the August 1st, 2010 - 4:00 AM ET
[PATCH v2] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.
From 94d1ea57ac2fbe37133e25e99ccb265250f0027d Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang@analog.com> Date: Fri, 9 Jul 2010 15:36:20 +0800 Subject: [PATCH v2] MMC:mmc_spi: Recover from crc error for SD read/write operation over ...
Message posted on the July 12th, 2010 - 3:50 AM ET
[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.
From 94d1ea57ac2fbe37133e25e99ccb265250f0027d Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang@analog.com> Date: Fri, 9 Jul 2010 15:36:20 +0800 Subject: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over ...
Message posted on the July 9th, 2010 - 4:10 AM ET
[PATCH 00/27] Clean up of_platform drivers
struct of_platform_driver unnecessarily duplicates the .owner and .name fields from the encapsulated struct device_driver. This patch series goes through all of_platform drivers and makes it use the device_driver instance so that the duplicate ...
Message posted on the March 11th, 2010 - 1:30 PM ET
[PATCH v4 00/12] tnetv107x ssp driver stack
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch series ...
Message posted on the October 26th, 2010 - 4:20 PM ET
[PATCH v3 00/12] tnetv107x ssp driver stack
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch series ...
Message posted on the October 21st, 2010 - 5:10 PM ET
[PATCH 3/3] DMAENGINE: add PrimeCell generic DMA to PL022 v6
This extends the PL022 SSP/SPI driver with generic DMA engine support using the PrimeCell DMA engine interface. Also fix up the test code for the U300 platform. Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Linus Walleij ...
Message posted on the April 17th, 2010 - 1:20 AM ET
[PATCH v3 0/7] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc
Changes since v3: - Patches 1-7: Added Acked-by: Anton Vorontsov <anton@enomsg.org> - Patch 1: Small style tweak lining up function arguments properly - Patch 7: Changed a style issue with two variables declared on same line - Patch 7: Removed ...
Message posted on the February 15th, 2013 - 11:00 AM ET
[PATCH 1/3] spi: Add helper functions for setting up transfers
Quite often the pattern used for setting up and transferring a synchronous SPI transaction looks very much like the following: struct spi_message msg; struct spi_transfer xfers[] = { ... }; spi_message_init(&msg); ...
Message posted on the January 9th, 2013 - 12:40 PM ET
[PATCH v2 0/7] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc
This makes the cpu mode of the driver available outside of an FSL SOC and even powerpc environment. Furthermore, this adds support for the mostly register-compatible SPICTRL core from the GRLIB VHDL IP core library normally running on SPARC. This ...
Message posted on the February 7th, 2013 - 8:20 AM ET