13 Jan, 2012
1 commit
-
module_param(bool) used to counter-intuitively take an int. In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.It's time to remove the int/unsigned int option. For this version
it'll simply give a warning, but it'll break next kernel version.Acked-by: Mauro Carvalho Chehab
Signed-off-by: Rusty Russell
20 Dec, 2011
1 commit
-
You didn't mean this to be a bool.
Signed-off-by: Rusty Russell
Acked-by: Tony Olech
Cc:
Signed-off-by: Chris Ball
11 Jul, 2011
1 commit
-
Sync with Linus' tree to be able to apply pending patches that
are based on newer code already present upstream.
24 Jun, 2011
1 commit
-
Just spelling fixes.
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina
19 Jun, 2011
1 commit
-
Reported-by: Dan Carpenter
Signed-off-by: Chris Ball
25 May, 2011
1 commit
-
Add a driver for Elan Digital System's VUB300 chip which is a USB
connected SDIO/SDmem/MMC host controller. A VUB300 chip enables a USB 2.0
or USB 1.1 connected host computer to use SDIO/SD/MMC cards without the
need for a directly connected, for example via PCI, SDIO host controller.Signed-off-by: Anthony F Olech
[cjb: various punctuation and style fixes]
Tested-by: Chris Ball
Signed-off-by: Chris Ball