1385 results
Order by date - Order by pertinence
All (1385)
Press (1)
High-tech (1384)
 
[PATCH] spi: make sure all transfer has bits_per_word set
When spi client does the spi transfer and does not sets the bits_per_word for each transfer then set it as default of spi device in spi core before calling low level transfer. Removing the similar code from spi-tegra20-slink driver as it is not ...
Message posted on the November 9th, 2012 - 4:10 AM ET
Veeam Awarded Two U.S. Patents for vPower Technologies: Instant VM Recovery and SureBackup
Patents Cover Technologies, Including Instant VM Recovery, SureBackup, Universal Application Item Recovery, and On-Demand Sandbox; Awards are the Latest Milestone in Veeam’s Seven-Year History of Constant Innovation.
Press published on the April 17th, 2013 - 7:46 AM ET
Other results are also available in our forums :
[PATCH] spi: davinci: Added support for chip select using gpio
From: Raffaele Recalcati <raffaele.recalcati@bticino.it> It is not everytime possible, due to hardware constraints, to use the hw chip select available on spi port. So I add this possibility using a gpio as chip select. If controller_data ...
Message posted on the June 28th, 2010 - 2:50 AM ET
[PATCH] spi: Add OF-style registration and binding
This patch adds the OF hook to the spi core so that devices can automatically be registered based on device tree data. Signed-off-by: Sinan Akman <sinan@writeme.com> drivers/spi/spi.c | 5 +++++ 1 files changed, 5 insertions(+), 0 ...
Message posted on the September 28th, 2010 - 5:20 PM ET
[PATCH] spi: Add the flag indicate to registe new device as children of master or not.
Because there are two aim when allocating the new device, one is for children of master, other is for master. So this patch add one flag to indicate different purpose. Signed-off-by: Bi Chao <chao.bi@intel.com> Signed-off-by: Chen Jun ...
Message posted on the December 18th, 2012 - 3:30 AM ET
[PATCH] spi: Fix rmmod module issue
It seems when spi_unregister_master is called, device_unregister is called 2 times. Fix the following issue when removes SPI module. [ 1355.220625] BUG: unable to handle kernel NULL pointer dereference at 0000001c [ 1355.220642] IP: ...
Message posted on the December 22nd, 2010 - 8:00 AM ET
[PATCH] spi/spi_topcliff_pch.c Typo change threhold to threshold
The below patch changes a typo from "threhold" to "threshold". Let me know if I missed anything. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> drivers/spi/spi_topcliff_pch.c | 4 ++-- 1 files changed, 2 ...
Message posted on the December 31st, 2010 - 1:00 PM ET
[PATCH] spi: spi-omap2-mcspi.c: Add dts for slave device configuration.
TI omap2 mcspi allows the slave devices to configure the behavior of the SPI master. This patch adds device tree support to the existing options. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> ...
Message posted on the March 25th, 2013 - 6:10 PM ET
[PATCH] spi/dw_spi: Enable Intel Moorestown SPI controller 1
Enable Intel Moorestown SPI controller 1 Signed-off-by: Yong Wang <yong.y.wang@intel.com> drivers/spi/dw_spi_pci.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/dw_spi_pci.c b/drivers/spi/dw_spi_pci.c ...
Message posted on the August 31st, 2010 - 2:40 AM ET
[PATCH] spi: tegra: add spi driver for sflash controller
Nvidia's Tegra20 have the SPI (SFLASH) controller to interface with spi flash device which is used for system boot. Add the spi driver for this controller. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> ...
Message posted on the November 13th, 2012 - 12:10 AM ET
[PATCH] spi: davinci: add OF support for the spi controller
This adds OF support to DaVinci SPI controller to configure platform data through device bindings. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> .../devicetree/bindings/spi/spi-davinci.txt | 50 ++++++++++++ ...
Message posted on the November 12th, 2012 - 4:30 PM ET
[PATCH] spi: use module_pci_driver
This patch converts the drivers in drivers/spi/* to use module_pci_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/spi/spi-dw-pci.c | 13 + drivers/spi/spi-pxa2xx-pci.c ...
Message posted on the April 4th, 2012 - 10:30 AM ET
[PATCH] spi: Trivial warning fix
The loop count i traverses for ntrans which is unsigned so make the loop count i also unsigned. Fix the below warning In file included from drivers/spi/spi-omap2-mcspi.c:38: include/linux/spi/spi.h: In function 'spi_message_alloc': ...
Message posted on the February 27th, 2012 - 9:00 AM ET
[PATCH] spi/spi_s3c64xx: Move to subsys_initcall()
Allow the use of the S3C64xx SPI controller with things like PMICs by moving the init up to subsys_initcall(). Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Incidentally I don't seem to see anything in the current SPI tree ...
Message posted on the September 7th, 2010 - 6:40 AM ET