08 Dec, 2012
1 commit
-
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.Bill Pemberton has done most of the legwork on this series. I've used
his script to purge the attributes from the drivers/gpio tree.Reported-by: Bill Pemberton
Signed-off-by: Grant Likely
17 Oct, 2012
1 commit
-
Because the latest shdma driver changed, it caused build error in
the spi-rspi driver. This patch fixed the build error.Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Mark Brown
20 May, 2012
1 commit
-
This patch adds dmaengine supporting using sh_dma driver. The module
receives data by DMAC, it also needs TX DMAC to generate SPI's clocks.Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Grant Likely
08 Mar, 2012
1 commit
-
The SH7757 has RSPI module. This patch supports it.
Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Grant Likely