From: Micky Ching
If the host driver removed while card in the slot, the host will not
power off card power correctly. This bug is produced because host
eject flag set before the last mmc_set_ios callback, we should set the
eject flag after power off.
Signed-off-by: Micky Ching
---
drivers/mmc
From: Micky Ching
If the driver removed while sd card still in the slot, the card power
will not power down correctly, if we insert the driver module again,
UHS card will not switch to UHS mode. This bug is fix in this patch.
We use another phase search method for tuning, which looks more
simple
From: Micky Ching
The new phase searching method is more concise and easier to
understand.
Signed-off-by: Micky Ching
---
drivers/mmc/host/rtsx_pci_sdmmc.c | 112 +++--
include/linux/mfd/rtsx_pci.h |2 +-
2 files changed, 33 insertions(+), 81 deletions
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.
Signed-off-by: Jingoo Han
---
drivers/staging/comedi/drivers/8255_pci.c |2 +-
drivers/staging/comedi/drivers/addi_apci_035.c|2 +-
drivers/staging/comedi/drivers/addi_apci_1032.c |2 +-
drive
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.
Signed-off-by: Jingoo Han
---
drivers/vme/boards/vme_vmivme7805.c |2 +-
drivers/vme/bridges/vme_ca91cx42.c |2 +-
drivers/vme/bridges/vme_tsi148.c|2 +-
3 files changed, 3 insertions(+), 3 deletions(-
On Mon, Dec 2, 2013 at 3:01 PM, Russell King - ARM Linux
wrote:
> On Mon, Dec 02, 2013 at 04:39:26PM +0100, Marek Vasut wrote:
>> Add DRM flags for the LCD display clock polarity so the pixelclk-active DT
>> property can be properly handled by drivers using the DRM API.
>
> I still say that not ev
From: Ivaylo Dimitrov
This fixes the following bug:
Bug Report
source file: drivers/staging/tidspbridge/rmgr/drv_interface.c
issue : mapping of physical memory without address range checks
259 static int bridge_mmap(struct file *filp, struct vm_area_struct *vma)
260 {
261
On Mon, Dec 02, 2013 at 04:39:26PM +0100, Marek Vasut wrote:
> Add DRM flags for the LCD display clock polarity so the pixelclk-active DT
> property can be properly handled by drivers using the DRM API.
I still say that not even this should be part of the DRM mode API to
userspace. The hint that
Add DRM flags for the LCD display clock polarity so the pixelclk-active DT
property can be properly handled by drivers using the DRM API.
Signed-off-by: Marek Vasut
Cc: Dave Airlie
Cc: Greg Kroah-Hartman
Cc: Philipp Zabel
Cc: Sascha Hauer
Cc: Shawn Guo
---
drivers/gpu/drm/drm_modes.c | 5 ++
Change the DISP_CLK line polarity on M53EVK to work correctly after
the following commit:
commit f0ac9bebf19001f38afbb93e2dc719a15dfb75e5
Author: Fabio Estevam
Date: Tue Oct 29 19:42:22 2013 -0200
imx-drm: ipuv3-crtc: Invert IPU DI0 clock polarity
Signed-off-by: Marek Vasut
Cc: Dave Airl
This patch makes the LCD display clock polarity configurable via DT so in case
board needs different DISP_CLK clock polarity, it can use the 'pixelclk-active'
DT prop to do such adjustment.
Signed-off-by: Marek Vasut
Cc: Dave Airlie
Cc: Greg Kroah-Hartman
Cc: Philipp Zabel
Cc: Sascha Hauer
Cc
Line 921: Removed the space before the semicolon.
Signed-off-by: Aldo Iljazi
---
drivers/staging/usbip/vhci_hcd.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index e810ad5..fa3e0b2 100644
--- a/drivers
On Sun, 2013-12-01 at 19:07 +0200, Ivaylo DImitrov wrote:
> From: Ivaylo Dimitrov
>
> Custom uuid helper function is needed only in rmgr/dbdcd.c and doesn't
> need to be exported. It can also be made way simpler by using sscanf.
[]
> diff --git a/drivers/staging/tidspbridge/rmgr/dbdcd.c
> b/driv
13 matches
Mail list logo