https://github.com/raspberrypi/linux

sort by:
Revision Author Date Message Commit Date
ada8b44 Leave missing_status enabled for now. 26 November 2012, 21:40:34 UTC
ef20553 Merge pull request #159 from derolf/rpi-3.2.27 Lazy CRC quirk: Implemented retrying mechanisms for SD SSR and SCR, disa... 26 November 2012, 21:49:49 UTC
00c4bfd usbnet: ratelimit kevent may have been dropped warnings when something goes wrong, a flood of these messages can be generated by usbnet (thousands per second). This doesn't generally *help* the condition so this patch ratelimits the rate of their generation. There's an underlying problem in usbnet's kevent deferral mechanism which needs fixing, specifically that events *can* get dropped and not handled. This patch doesn't address this, but just mitigates fallout caused by the current implemention. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 26 November 2012, 20:00:36 UTC
4b61ead Enable DMA helper module and iSCSI modules 19 November 2012, 19:28:22 UTC
71f3b54 Add Simon Hall's dma helper module, useful in future for X acceleration 19 November 2012, 19:23:27 UTC
22e8df6 Lazy CRC quirk: Implemented retrying mechanisms for SD SSR and SCR, disabled missing_status and spurious CRC ACMD51 quirks by default (should be fixed by the retrying-mechanishm) 19 November 2012, 11:46:06 UTC
6f2064c Enable building of lirc-rpi 08 November 2012, 00:00:18 UTC
1aa222e Merge pull request #152 from ar0n/rpi-3.2.27 lirc: added support for RaspberryPi GPIO 08 November 2012, 00:10:22 UTC
919a8fe Merge pull request #155 from steveglen/rpi-3.2.27 smsc95xx updates for Raspberry Pi 07 November 2012, 19:08:20 UTC
59b43cd smsc95xx: fix tx checksum offload for big endian f7b2927 introduced tx checksum offload support for smsc95xx, and enabled it by default. This feature doesn't take endianness into account, so causes most tx to fail on those platforms. This patch fixes the problem fully by adding the missing conversion. An alternate workaround is to disable TX checksum offload on those platforms. The cpu impact of this feature is very low. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:45:58 UTC
70b722a smsc95xx: add wol magic packet support This patch enables wake from system suspend on magic packet. Patch updated to replace BUG_ON with WARN_ON_ONCE and return. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:45:40 UTC
efdb0b0 smsc95xx: enable power saving mode during system suspend This patch enables the device to enter its lowest power SUSPEND2 state during system suspend, instead of staying up using full power. Patch updated to not add two pointers to .suspend & .resume. Patch updated to replace BUG_ON with WARN_ON_ONCE and return. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:44:55 UTC
a6555c2 smsc95xx: fix resume when usb device is reset This patch fixes an issue on some systems, where after suspend the link is re-established but the ethernet interface does not resume. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:44:46 UTC
15c02e2 smsc95xx: check return code from control messages This patch adds additional checks of the values returned by smsc95xx_(read|write)_reg, and wraps their common patterns in macros. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:44:12 UTC
a01b0af smsc95xx: remove unnecessary variables Removes unnecessary variables as smsc95xx_write_reg takes its value by parameter. Early versions passed this parameter by reference. Also replace hardcoded interrupt status value with a #define Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:42:08 UTC
00b8a33 smsc95xx: sleep before read for lengthy operations During init, the device reset is unexpected to complete immediately, so sleep before testing the condition rather than after it. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:41:58 UTC
ac7c929 smsc95xx: signedness bug in get_regs() "retval" has to be a signed integer for the error handling to work. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:41:49 UTC
036c94e smsc95xx: support ethtool get_regs Inspired by implementation in smsc911x.c and smsc9420.c Tested on ARM/pandaboard running android Signed-off-by: Emeric Vigier <emeric.vigier@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net> 07 November 2012, 14:41:32 UTC
91abd87 lirc: added support for RaspberryPi GPIO 05 November 2012, 11:28:01 UTC
df41b42 spi/spi-bcm2708: respect per-transfer SPI clock speed_hz value The bcm2708 SPI driver's bcm2708_process_transfer() was ignoring the per-transfer speed_hz value even when it was provided (it always just used the spi device's max_speed_hz value). Now, per-transfer speed_hz values are respected. Also added debug print to bcm2708_setup_state() to help keep an eye on the configured SPI parameters. Signed-off-by: Kamal Mostafa <kamal@whence.com> 04 November 2012, 17:06:57 UTC
fc155d9 Add missing pctv452e DVB module 04 November 2012, 17:02:59 UTC
375405d Merge branch 'rpi-3.2.27' of https://github.com/raspberrypi/linux into rpi-3.2.27 04 November 2012, 16:13:12 UTC
42a864b Make sure we wait for the reset to finish 04 November 2012, 15:55:01 UTC
10182a3 Revert "Move to version 5 of VCHIQ. Note: this requires a corresponding start.elf and /opt/vc/lib update" This reverts commit eb0c5608f3fd94fa316135e71edfb2d359b73203. 15 October 2012, 17:54:52 UTC
91f1cdc Revert "Add in missed vchiq files" This reverts commit a542809e00a8e14984866a73547e0f1efcce57c3. 15 October 2012, 17:54:50 UTC
6a84a91 Revert "Make vchiq enabled by default. Tidy Kconfig file." This reverts commit 63bbe8a30dadec5dc1c0bd59e93ae3b83b931d14. 15 October 2012, 17:54:48 UTC
fb241d0 Revert "Support dummy vc-mem ioctl used by vcdbg" This reverts commit 22cb6e26206c3e0e7bfb8e2adf86e9b10f9187a6. 15 October 2012, 17:54:47 UTC
d14d371 Revert "Remove BUG() call from vchiq that is trigger when alsa is killed" This reverts commit 8bccc7a0340404cc14f831dd9c06d3528b5ebcff. 15 October 2012, 17:54:45 UTC
3cb5f1d Revert "fix build with CONFIG_BCM2708_VCHIQ is disabled" This reverts commit 7aa8d823bd9feb758c2e0755d7d3589481bf6b36. 15 October 2012, 17:54:42 UTC
f9506a1 Merge pull request #134 from OpenELEC/build_fixes fix build with CONFIG_BCM2708_VCHIQ is disabled 09 October 2012, 17:52:35 UTC
7aa8d82 fix build with CONFIG_BCM2708_VCHIQ is disabled 08 October 2012, 14:33:17 UTC
8bccc7a Remove BUG() call from vchiq that is trigger when alsa is killed 06 October 2012, 15:18:27 UTC
22cb6e2 Support dummy vc-mem ioctl used by vcdbg 05 October 2012, 21:44:47 UTC
63bbe8a Make vchiq enabled by default. Tidy Kconfig file. 05 October 2012, 21:30:10 UTC
a542809 Add in missed vchiq files 05 October 2012, 16:44:36 UTC
eb0c560 Move to version 5 of VCHIQ. Note: this requires a corresponding start.elf and /opt/vc/lib update 05 October 2012, 16:43:41 UTC
2843e37 Fix vc-mem by using module parameters 05 October 2012, 16:41:53 UTC
118e2d3 Allow the number of cycles delay between sdcard peripheral writes to be specified on command line with sdhci-bcm2708.cycle_delay 03 October 2012, 20:31:48 UTC
358395e set i2c speed via module-parameter or menuconfig. Thanks FrankBoesing 03 October 2012, 19:08:19 UTC
9245b4c Move __delay function into assembly to get accurate BogoMips 26 September 2012, 12:46:03 UTC
c14ddd0 Use system timer for udelay, so unaffected by cpufreq 24 September 2012, 22:40:21 UTC
965b922 Fix Kernel OOPS in SDHCI on boot with the llm patch. Thanks ddv2005 22 September 2012, 17:56:57 UTC
2be55e6 Remove vcos abstraction layer from ALSA driver. Thanks Dorian 20 September 2012, 20:46:14 UTC
0875260 Enable multiple ALSA channels 20 September 2012, 20:45:25 UTC
807223a Switch to powersave governor. We'll enable ondemand in the distribution 17 September 2012, 21:57:29 UTC
d8a00ed Remove some unnecessary dmesg output. 17 September 2012, 17:17:56 UTC
ce4ab62 Add config options for thermal sensor, L2TP, RT2800USB_UNKNOWN, and various I2C and SPI RTCs. Tidy of thermal driver. 14 September 2012, 15:19:10 UTC
e33263e Added hwmon/thermal driver for reporting core temperature. Thanks Dorian 13 September 2012, 19:41:44 UTC
c8edb23 Enable fiq fix by default. Add NAK holdoff scheme. Enabled by default, disable with dwc_otg.nak_holdoff_enable=0. Thanks gsh 13 September 2012, 19:40:08 UTC
87d5bc1 Fix for KALLSYMS_EXTRA_PASS requirement. Thanks asb for finding this. 10 September 2012, 23:58:31 UTC
fe1a4d0 Tidy up debug messages 09 September 2012, 22:47:27 UTC
adae199 Add cpufreq driver 09 September 2012, 22:47:03 UTC
55549f3 Avoid dynamic memory allocation for channel lock in USB driver. Thanks ddv2005. 08 September 2012, 14:17:53 UTC
202a779 Don't believe KDIR is required when building as part of kernel 08 September 2012, 13:49:16 UTC
78f82bc Add verious user config requests. CONFIG_DEVTMPFS_MOUNT, CONFIG_NFS_V4_1=y CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y, drbd and IPSEC modules 03 September 2012, 22:44:52 UTC
1625539 Add non-mainline source for rtl8188cu wireless driver as this is widely used. Disabled older rtlwifi driver 03 September 2012, 16:10:23 UTC
906508b Fix typo 31 August 2012, 23:31:47 UTC
1259e0c Add FIQ patch to dwc_otg driver. Enable with dwc_otg.fiq_fix_enable=1. Should give about 10% more ARM performance. Thanks to Gordon and Costas 31 August 2012, 23:29:19 UTC
7042895 Enable low latency mode by default in sdcard driver. Can be disabled with sdhci-bcm2708.enable_llm=0 31 August 2012, 11:53:51 UTC
46d1486 Fix for vmalloc failure with modprobe and cutdown kernel 29 August 2012, 20:54:01 UTC
c1e6924 Add config options to allow iotop to run 29 August 2012, 20:46:25 UTC
307d9fb Fix build for non-preempt case. Fix warning 28 August 2012, 16:40:49 UTC
e886b45 Add low-latency mode to sdcard driver. Enable with sdhci-bcm2708.enable_llm=1. Thanks ddv2005. 28 August 2012, 15:42:10 UTC
afe58ac Turn on microframe_schedule by default. Can still be disabled on command line 24 August 2012, 22:25:13 UTC
5412f28 Switch of tracing options in kernel. Costs 20% in iperf speed, and 10% in xbmc framerate 24 August 2012, 22:21:20 UTC
2663f76 Merge pull request #92 from FrankBuss/rpi-3.2.27 enabling the realtime clock 1-wire chip DS1307 and 1-wire on GPIO4 23 August 2012, 10:01:28 UTC
a915a4f enabling the realtime clock 1-wire chip DS1307 and 1-wire on GPIO4 (as a module) 23 August 2012, 00:42:34 UTC
091073b Update to dwc_otg 3.00. Seems to be a very minor update (mostly adding support for a newer version of hardware) 22 August 2012, 11:43:36 UTC
2b03910 Revert "amba-pl011: Don't send a character during startup" This reverts commit 4a0a5565a02b84d1061bc3dccc5384b4b6829851. 21 August 2012, 17:57:05 UTC
e6b8622 Read memory size for vc_mem through mailbox property channel 21 August 2012, 17:49:44 UTC
ddebe4d Regenerate defconfigs for updated kernel verision, try 2 21 August 2012, 12:10:02 UTC
b1eebb4 Revert "Regenerate defconfigs for udpated kernel verision" This reverts commit d47734bbc53386d08c6a5a6a5bc4219e881cc778. 21 August 2012, 11:45:14 UTC
4a0a556 amba-pl011: Don't send a character during startup This causes a corrupted character to be sent and there's no explanation for why it is required. If it worked correctly it would send an extra 0x00 which isn't appropriate either. Signed-off-by: Simon Arlott <sa.me.uk> 21 August 2012, 11:31:33 UTC
cbc60c7 Another fix for 10 second hang on closing sound driver 21 August 2012, 11:25:47 UTC
d47734b Regenerate defconfigs for udpated kernel verision 21 August 2012, 09:40:36 UTC
f7da120 Merge pull request #89 from ddv2005/rpi-3.2.27 Revert "Disable IRQs in dwc_otg_hcd_qh_free" patch 20 August 2012, 15:14:42 UTC
e5c8bb0 Revert "Disable IRQs in dwc_otg_hcd_qh_free" because DWC_DMA_FREE should be called with enabled IRQs. 20 August 2012, 14:48:38 UTC
d52d21b Fix for broken GPIO with 3.2 kernel 19 August 2012, 19:56:11 UTC
d6911d6 Remove remove documentation from the source tree There is lots of doxygen-generated bundled source documentation in the tree. As this is in the source code, remove this redundant copy. 19 August 2012, 13:07:26 UTC
0872b20 Make microframe schedule patch a little closer to denx version. Remove vestiges of HW2937_WORKAROUND 19 August 2012, 13:06:11 UTC
5cc98c1 Merged in microframe scheduler, currently disabled. Enable with dwc_otg.microframe_schedule=1 19 August 2012, 10:58:01 UTC
f599001 Update Synopsys USB OTG driver to v2.94a and disable CRYPTOLIB 18 August 2012, 13:17:37 UTC
7880df4 Enable CONFIG_CRYPTO_XTS 18 August 2012, 13:17:37 UTC
4cdeb7b 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 85b7821857dd0b9cabab59d47f08eabed74679a3. 18 August 2012, 13:17:37 UTC
2c671b9 Fix spinlock recursion in sdhci-bcm2708.c 18 August 2012, 13:17:37 UTC
adebc4f Some fixed for ALSA. Mute and volume changing should be improved 18 August 2012, 13:17:37 UTC
147779e Add module parameter for missing_status quirk. sdhci-bcm2708.missing_status=0 may improve interrupt latency 18 August 2012, 13:17:36 UTC
31c350f sdhci-bcm2708: use multiblock-type transfers for single blocks 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. 18 August 2012, 13:17:36 UTC
3a47543 sdhci-bcm2708: use extension FIFO to buffer DMA transfers The additional FIFO might speed up transfers in some cases. 18 August 2012, 13:17:36 UTC
04e71eb Sync with bootc's file 18 August 2012, 13:17:36 UTC
1574e95 bcm2708: use a constant SC_MULT / SC_SHIFT 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> 18 August 2012, 13:17:36 UTC
11fd94c bcm2708: update for 3.2 kernel Signed-off-by: Chris Boot <bootc@bootc.net> Conflicts: arch/arm/Kconfig.debug arch/arm/mach-bcm2708/include/mach/memory.h 18 August 2012, 13:17:36 UTC
7a681f9 vcos: add linux/kernel.h include 18 August 2012, 13:17:35 UTC
89816b2 sound/arm/bcm2835.c: add linux/module.h include Signed-off-by: Chris Boot <bootc@bootc.net> 18 August 2012, 13:17:35 UTC
ac15023 mach-bcm2708: fix mach/debug-macro.S so that early printk works 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> 18 August 2012, 13:17:35 UTC
2674477 Remove some patch backup files Signed-off-by: Chris Boot <bootc@bootc.net> 18 August 2012, 13:17:35 UTC
5f77a99 arm: remove divdi3, it's not necessary at all This was added for the DWC OTG driver in commit d5ef856. 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> 18 August 2012, 13:17:34 UTC
93afe72 dwc_common_port: remove unused cruft with onerous dependencies 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> 18 August 2012, 13:17:34 UTC
f193e28 Revert "Possible fix for USB packets going missing. Thank gsh" This reverts commit 7e7695894e9e86490558b92af0d8bebdfaadcfed. 18 August 2012, 13:17:34 UTC
622a46f Possible fix for USB packets going missing. Thank gsh 18 August 2012, 13:17:34 UTC
back to top