28 Oct, 2015
1 commit
-
An spi_driver does not need to set an owner, it will be populated by the
driver core.Signed-off-by: Andrew F. Davis
Acked-by: Jonathan Cameron
Signed-off-by: Mark Brown
11 Nov, 2013
1 commit
-
This patch fixes coccinelle error regarding usage of IS_ERR and
PTR_ERR instead of PTR_ERR_OR_ZERO.Signed-off-by: Duan Jiong
Signed-off-by: Dmitry Torokhov
07 Jul, 2013
1 commit
-
In TSG4, register map is 512bytes long and to access all of it,
one bit from address byte is used (which bit to use differs for
I2C and SPI);Since common code used for TSG3 and TSG4 for I2C, this parameter
wrongly used as u8. TSG3 does not access beyond 255 bytes
but TSG4 may.Tested-on:TMA3XX DVB && TMA4XX DVB
Signed-off-by: Ferruh Yigit
Acked-by: Javier Martinez Canillas
Signed-off-by: Dmitry Torokhov
01 Jul, 2013
1 commit
-
Cypress TrueTouch(tm) Standard Product controllers,
Generation4 devices, SPI adapter module.This driver adds communication support with TTSP controller
using SPI bus.Signed-off-by: Ferruh Yigit
Acked-by: Greg Kroah-Hartman
Acked-by: Javier Martinez Canillas
Signed-off-by: Dmitry Torokhov