- Aug 16, 2012
-
-
popcornmix authored
Update Synopsys USB OTG driver to v2.94a and disable CRYPTOLIB. Third attempt
-
ddv2005 authored
-
- Aug 14, 2012
-
-
popcornmix authored
-
- Aug 11, 2012
-
-
popcornmix authored
Revert "Add mechanism to reduce the number of SOF interrupts in dwc_otg USB driver. Enable through /proc/dwc_sof/SOF_reduction" This reverts commit 85b78218.
-
- Aug 10, 2012
-
-
popcornmix authored
The TIMER_PERIOD should be calculated using the timer interrupt frequenc...
-
- Aug 09, 2012
-
-
ddv2005 authored
-
- Aug 08, 2012
-
-
popcornmix authored
-
- Aug 02, 2012
-
-
popcornmix authored
Add module parameter for missing_status quirk. sdhci-bcm2708.missing_status=0 may improve interrupt latency
-
popcornmix authored
sdhci-bcm2708 enhancements (possible fix for dataloss bug)
-
- Aug 01, 2012
-
-
Grigori Goronzy authored
There are issues with both single block reads (missed completion) and writes (data loss in some cases!). Just don't do single block transfers anymore, and treat them like multiblock transfers. This adds a quirk for this and uses it.
-
Grigori Goronzy authored
The additional FIFO might speed up transfers in some cases.
-
- Jul 31, 2012
-
-
Dom Cobley authored
-
Chris Boot authored
The calculated values somehow don't agree with the sched_clock code and we end up with warnings like: sched_clock: wrong multiply/shift: 2097152000>>21 vs calculated 4194304000>>22 sched_clock: fix multiply/shift to avoid scheduler hiccups So use the constant values much like arch/arm/mach-tegra/timer.c does. Signed-off-by: Chris Boot <bootc@bootc.net>
-
Chris Boot authored
Signed-off-by: Chris Boot <bootc@bootc.net> Conflicts: arch/arm/Kconfig.debug arch/arm/mach-bcm2708/include/mach/memory.h
-
Chris Boot authored
-
Chris Boot authored
Signed-off-by: Chris Boot <bootc@bootc.net>
-
Chris Boot authored
Not sure what the original code was trying to do as it was completely wrong on many levels. This patch fixes the macro to return the correct physical and virtual addresses of the PL011 UART on the RPi. Note that you need to boot the compressed kernel (zImage) so that the UART is configured at boot, or your kernel will hang when it tries to access the UART. Signed-off-by: Chris Boot <bootc@bootc.net>
-
Chris Boot authored
Signed-off-by: Chris Boot <bootc@bootc.net>
-
Chris Boot authored
This was added for the DWC OTG driver in commit d5ef856b. As we've removed the dead code from that driver that depends on this, it is no longer required at all. Signed-off-by: Chris Boot <bootc@bootc.net>
-
Chris Boot authored
The dwc_common_port library used by the dwc_otg includes bignumber and crypto functions which require 64x64 multiplication functions. Remove this dead code. Signed-off-by: Chris Boot <bootc@bootc.net>
-
- Jul 27, 2012
-
-
popcornmix authored
This reverts commit 7e769589.
-
popcornmix authored
-
- Jul 26, 2012
-
-
Alex Bradbury authored
-
Ian Tessier authored
-
- Jul 24, 2012
-
-
popcornmix authored
-
- Jul 19, 2012
-
-
popcornmix authored
-
- Jul 17, 2012
-
-
popcornmix authored
-
- Jul 15, 2012
-
-
popcornmix authored
Better fix for quitting X hang. Interrupted mailbox reads are not something we can reliably recover from, so down_interruptable is not a safe call.
-
- Jul 14, 2012
-
-
popcornmix authored
-
- Jul 12, 2012
-
-
chrisw2 authored
Change to add SCSI tape support as loadable modules to kernel config after line 264 add these two lines: CONFIG_CHR_DEV_ST=m CONFIG_CHR_DEV_OSST=m
-
- Jul 11, 2012
-
-
popcornmix authored
-
popcornmix authored
-
Shaohua Li authored
commit 052b1987 upstream. When swapon() was not passed the SWAP_FLAG_DISCARD option, sys_swapon() will still perform a discard operation. This can cause problems if discard is slow or buggy. Reverse the order of the check so that a discard operation is performed only if the sys_swapon() caller is attempting to enable discard. Signed-off-by: Shaohua Li <shli@fusionio.com> Reported-by: Holger Kiehl <Holger.Kiehl@dwd.de> Tested-by: Holger Kiehl <Holger.Kiehl@dwd.de> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- Jul 10, 2012
-
-
popcornmix authored
-
- Jul 09, 2012
-
-
popcornmix authored
-
popcornmix authored
Backport of Chris Boot's i2c and spi drivers. Thanks bootc and cburbridge.
-
popcornmix authored
DWC OTG driver patch to check hcd urb before unlinking. Fix problem with kernel crash on closing USB ALSA devices. https://github.com/raspberrypi/firmware/issues/51 Thanks to ddv2005 and bryankemp.
-
Number 27 authored
-
Number 27 authored
-
- Jul 08, 2012
-
-
Bryan Kemp authored
Updating dwc_otg driver to fix issue releasing pcm stream see: https://github.com/raspberrypi/firmware/issues/51
-