brcm2708: update 4.1 patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46640
This commit is contained in:
parent
98e122e4cc
commit
22b3e521b5
147 changed files with 3456 additions and 244 deletions
|
@ -36,7 +36,6 @@ CONFIG_AVERAGE=y
|
|||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BCM2708_DT=y
|
||||
CONFIG_BCM2708_GPIO=y
|
||||
CONFIG_BCM2708_MBOX=y
|
||||
# CONFIG_BCM2708_NOL2CACHE is not set
|
||||
CONFIG_BCM2708_VCHIQ=y
|
||||
CONFIG_BCM2708_VCMEM=y
|
||||
|
@ -122,6 +121,7 @@ CONFIG_FB_CFB_COPYAREA=y
|
|||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
CONFIG_FB_CMDLINE=y
|
||||
# CONFIG_FB_RPISENSE is not set
|
||||
CONFIG_FIQ=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
# CONFIG_FONTS is not set
|
||||
|
@ -227,8 +227,6 @@ CONFIG_LOGO=y
|
|||
CONFIG_LOGO_LINUX_CLUT224=y
|
||||
# CONFIG_LOGO_LINUX_MONO is not set
|
||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
||||
# CONFIG_LZ4_COMPRESS is not set
|
||||
# CONFIG_LZ4_DECOMPRESS is not set
|
||||
CONFIG_MACH_BCM2708=y
|
||||
CONFIG_MAC_PARTITION=y
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
|
@ -288,7 +286,6 @@ CONFIG_PRINTK_TIME=y
|
|||
CONFIG_PROC_PAGE_MONITOR=y
|
||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
||||
CONFIG_RAW_DRIVER=y
|
||||
# CONFIG_RCU_EXPEDITE_BOOT is not set
|
||||
# CONFIG_RCU_STALL_COMMON is not set
|
||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
|
|
|
@ -42,7 +42,6 @@ CONFIG_AVERAGE=y
|
|||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BCM2708_GPIO=y
|
||||
CONFIG_BCM2708_MBOX=y
|
||||
CONFIG_BCM2708_NOL2CACHE=y
|
||||
CONFIG_BCM2708_VCHIQ=y
|
||||
CONFIG_BCM2708_VCMEM=y
|
||||
|
@ -132,6 +131,7 @@ CONFIG_FB_CFB_COPYAREA=y
|
|||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
CONFIG_FB_CMDLINE=y
|
||||
# CONFIG_FB_RPISENSE is not set
|
||||
CONFIG_FIQ=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
# CONFIG_FONTS is not set
|
||||
|
@ -240,8 +240,6 @@ CONFIG_LOGO=y
|
|||
CONFIG_LOGO_LINUX_CLUT224=y
|
||||
# CONFIG_LOGO_LINUX_MONO is not set
|
||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
||||
# CONFIG_LZ4_COMPRESS is not set
|
||||
# CONFIG_LZ4_DECOMPRESS is not set
|
||||
CONFIG_MACH_BCM2709=y
|
||||
CONFIG_MAC_PARTITION=y
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
|
@ -306,7 +304,6 @@ CONFIG_PRINTK_TIME=y
|
|||
CONFIG_PROC_PAGE_MONITOR=y
|
||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
||||
CONFIG_RAW_DRIVER=y
|
||||
# CONFIG_RCU_EXPEDITE_BOOT is not set
|
||||
CONFIG_RCU_STALL_COMMON=y
|
||||
CONFIG_RFS_ACCEL=y
|
||||
CONFIG_RPS=y
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 57f6047cdbd633f660b9a859b903503709cc821e Mon Sep 17 00:00:00 2001
|
||||
From 6f0468a9f44474189135066bbeb8eecf8d99bebf Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Sun, 12 May 2013 12:24:19 +0100
|
||||
Subject: [PATCH 001/121] Main bcm2708/bcm2709 linux port
|
||||
Subject: [PATCH 001/148] Main bcm2708/bcm2709 linux port
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From eef200f75c4a6f6701f1693f8f59ab2c83d1abcd Mon Sep 17 00:00:00 2001
|
||||
From 0dcdc1b4040137f2e273f85355f8bcc431a83ca6 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 8 Oct 2014 18:50:05 +0100
|
||||
Subject: [PATCH 002/121] Add bcm2708_gpio driver
|
||||
Subject: [PATCH 002/148] Add bcm2708_gpio driver
|
||||
|
||||
Signed-off-by: popcornmix <popcornmix@gmail.com>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 6f5003498da677a660cbdfaf9be78d3c0aff2e4c Mon Sep 17 00:00:00 2001
|
||||
From 4646501204922076db934dad7ec5c2d170daf104 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||||
Date: Fri, 1 May 2015 19:11:03 +0200
|
||||
Subject: [PATCH 003/121] mailbox: bcm2708: Add bcm2708-vcio
|
||||
Subject: [PATCH 003/148] mailbox: bcm2708: Add bcm2708-vcio
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 7c8a47937b598fa8dad4cd50753164b5ee44f8c1 Mon Sep 17 00:00:00 2001
|
||||
From a941db3fbb5241762f38ec031140ea47becfaeaa Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 1 May 2013 19:46:17 +0100
|
||||
Subject: [PATCH 004/121] Add dwc_otg driver
|
||||
Subject: [PATCH 004/148] Add dwc_otg driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 70cf7eac2e13367cb8939741ee140c6bbac32f62 Mon Sep 17 00:00:00 2001
|
||||
From 85e2240b7c7cdcaf410a3746c07ceea0504fcf21 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 1 May 2013 19:54:32 +0100
|
||||
Subject: [PATCH 005/121] bcm2708 watchdog driver
|
||||
Subject: [PATCH 005/148] bcm2708 watchdog driver
|
||||
|
||||
Signed-off-by: popcornmix <popcornmix@gmail.com>
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 6655b0b613cde9e4eb6aacaf43d04a388d8cd6c6 Mon Sep 17 00:00:00 2001
|
||||
From 4c7a97f1aaca30131495af59d21e1ba1f4be79d0 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 17 Jun 2015 17:06:34 +0100
|
||||
Subject: [PATCH 006/121] bcm2708 framebuffer driver
|
||||
Subject: [PATCH 006/148] bcm2708 framebuffer driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0f8c3ed7803f3a871df49398b678c364aa4929c2 Mon Sep 17 00:00:00 2001
|
||||
From 8ac096712e565eea7627dbba7b72c0d13e9798b0 Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 14:22:53 +0100
|
||||
Subject: [PATCH 007/121] dmaengine: Add support for BCM2708
|
||||
Subject: [PATCH 007/148] dmaengine: Add support for BCM2708
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0464f674cf3e441b8651c4a5ea0131fa24a3adc4 Mon Sep 17 00:00:00 2001
|
||||
From d95bfdd2012a3dc5ae6feea819121d11ead9dbfc Mon Sep 17 00:00:00 2001
|
||||
From: gellert <gellert@raspberrypi.org>
|
||||
Date: Fri, 15 Aug 2014 16:35:06 +0100
|
||||
Subject: [PATCH 008/121] MMC: added alternative MMC driver
|
||||
Subject: [PATCH 008/148] MMC: added alternative MMC driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 7bf3e966797438781e11dbc233e17bbe4746bd5b Mon Sep 17 00:00:00 2001
|
||||
From 216f8f57dfe55688478495957bfda34d66cde9df Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 25 Mar 2015 17:49:47 +0000
|
||||
Subject: [PATCH 009/121] Adding bcm2835-sdhost driver, and an overlay to
|
||||
Subject: [PATCH 009/148] Adding bcm2835-sdhost driver, and an overlay to
|
||||
enable it
|
||||
|
||||
BCM2835 has two SD card interfaces. This driver uses the other one.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2bb9c01de4c90a8b7a9b52be95f504177abeaf45 Mon Sep 17 00:00:00 2001
|
||||
From 656283956919c31ba61b1ebbb28531b408ad9cd5 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 3 Jul 2013 00:31:47 +0100
|
||||
Subject: [PATCH 010/121] cma: Add vc_cma driver to enable use of CMA
|
||||
Subject: [PATCH 010/148] cma: Add vc_cma driver to enable use of CMA
|
||||
|
||||
Signed-off-by: popcornmix <popcornmix@gmail.com>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 801a4cbc4ea0f0ffd64b4fa0065be3f791b9d1d0 Mon Sep 17 00:00:00 2001
|
||||
From fdd1856ca99e00dcc9edf4373ffd7e6e080b4293 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Mon, 26 Mar 2012 22:15:50 +0100
|
||||
Subject: [PATCH 011/121] bcm2708: alsa sound driver
|
||||
Subject: [PATCH 011/148] bcm2708: alsa sound driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 32495b1b4a656f2388b1dc133278a80616e40994 Mon Sep 17 00:00:00 2001
|
||||
From 48dac350e45f5e45aa29fedb1b79247f9b771233 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 2 Jul 2013 23:42:01 +0100
|
||||
Subject: [PATCH 012/121] bcm2708 vchiq driver
|
||||
Subject: [PATCH 012/148] bcm2708 vchiq driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 8909329c134abdf242dc345a4528e98e86c85c33 Mon Sep 17 00:00:00 2001
|
||||
From af60d6d916093924188d0d532dbe181fe58b4e0d Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 17 Jun 2015 16:07:06 +0100
|
||||
Subject: [PATCH 013/121] vc_mem: Add vc_mem driver
|
||||
Subject: [PATCH 013/148] vc_mem: Add vc_mem driver
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 3dc51b65ed267fd3cc57feeda298e6c02af5cf82 Mon Sep 17 00:00:00 2001
|
||||
From 3ba2f11104537f40460f840d40a2cb3427812310 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Gover <tgover@broadcom.com>
|
||||
Date: Tue, 22 Jul 2014 15:41:04 +0100
|
||||
Subject: [PATCH 014/121] vcsm: VideoCore shared memory service for BCM2835
|
||||
Subject: [PATCH 014/148] vcsm: VideoCore shared memory service for BCM2835
|
||||
|
||||
Add experimental support for the VideoCore shared memory service.
|
||||
This allows user processes to allocate memory from VideoCore's
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 250314915c749fccd25d98aca0b9a2d29f55ec1c Mon Sep 17 00:00:00 2001
|
||||
From b1a1f2fb6ed4ccaf466754512e545cbd5cf7ce3b Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 3 Jul 2013 00:51:55 +0100
|
||||
Subject: [PATCH 015/121] Add hwrng (hardware random number generator) driver
|
||||
Subject: [PATCH 015/148] Add hwrng (hardware random number generator) driver
|
||||
|
||||
---
|
||||
drivers/char/hw_random/Kconfig | 13 +++-
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e074d656e4011eae32577e4d20d7ce6dfa15f6e8 Mon Sep 17 00:00:00 2001
|
||||
From 5d006d177c4f6071bfb05594d600eecb35a1e9d3 Mon Sep 17 00:00:00 2001
|
||||
From: Aron Szabo <aron@aron.ws>
|
||||
Date: Sat, 16 Jun 2012 12:15:55 +0200
|
||||
Subject: [PATCH 016/121] lirc: added support for RaspberryPi GPIO
|
||||
Subject: [PATCH 016/148] lirc: added support for RaspberryPi GPIO
|
||||
|
||||
lirc_rpi: Use read_current_timer to determine transmitter delay. Thanks to jjmz and others
|
||||
See: https://github.com/raspberrypi/linux/issues/525
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From ccdc49f30be0caec97b9b7e4352b8c63eb45acdd Mon Sep 17 00:00:00 2001
|
||||
From 327ed0ed75f77f72f17e0c14bbcd30cdab584817 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 3 Jul 2013 00:49:20 +0100
|
||||
Subject: [PATCH 017/121] Add cpufreq driver
|
||||
Subject: [PATCH 017/148] Add cpufreq driver
|
||||
|
||||
Signed-off-by: popcornmix <popcornmix@gmail.com>
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From b7e45ce253f9aa6f3f4b33967b124198d3e2b74f Mon Sep 17 00:00:00 2001
|
||||
From 40d8a3f8af68f312479b38b0e704b4fe57c97f4c Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 26 Mar 2013 19:24:24 +0000
|
||||
Subject: [PATCH 018/121] Added hwmon/thermal driver for reporting core
|
||||
Subject: [PATCH 018/148] Added hwmon/thermal driver for reporting core
|
||||
temperature. Thanks Dorian
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From f65673287078cca868595a556d8613802e9a1743 Mon Sep 17 00:00:00 2001
|
||||
From f35d4ef360d9428cfe544b75ca3aedbf0a19f503 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 17 Jun 2015 15:41:33 +0100
|
||||
Subject: [PATCH 019/121] Add Chris Boot's spi driver.
|
||||
Subject: [PATCH 019/148] Add Chris Boot's spi driver.
|
||||
|
||||
spi: bcm2708: add device tree support
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 31dade83cc4f448f81d7d460c59d02b9ebc3b05b Mon Sep 17 00:00:00 2001
|
||||
From cc02f1ee1ee91b686290e05cf53df8bc83d03299 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 17 Jun 2015 15:44:08 +0100
|
||||
Subject: [PATCH 020/121] Add Chris Boot's i2c driver
|
||||
Subject: [PATCH 020/148] Add Chris Boot's i2c driver
|
||||
|
||||
i2c-bcm2708: fixed baudrate
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 170ee05def27ef6ddedf2561d1dd770c992962b1 Mon Sep 17 00:00:00 2001
|
||||
From 6326185c97e8da25bcd0acacb4a0e9b388f6a76f Mon Sep 17 00:00:00 2001
|
||||
From: Vincent Sanders <vincent.sanders@collabora.co.uk>
|
||||
Date: Wed, 30 Jan 2013 12:45:18 +0000
|
||||
Subject: [PATCH 021/121] bcm2835: add v4l2 camera device
|
||||
Subject: [PATCH 021/148] bcm2835: add v4l2 camera device
|
||||
|
||||
- Supports raw YUV capture, preview, JPEG and H264.
|
||||
- Uses videobuf2 for data transfer, using dma_buf.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e864404b1afe2fdb0dbd9b3bc5968ea2173fd3e7 Mon Sep 17 00:00:00 2001
|
||||
From 1383a48ac698b4253bb3dfac6a7407f58cddfa37 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 23 Jan 2015 14:48:55 +0000
|
||||
Subject: [PATCH 022/121] scripts/dtc: Update to upstream version with overlay
|
||||
Subject: [PATCH 022/148] scripts/dtc: Update to upstream version with overlay
|
||||
patches
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5b2523aae9c5beb443315a7814633fc740992d07 Mon Sep 17 00:00:00 2001
|
||||
From 9c388113f17ae4ea0c516d753d5cf3f69ceb0c87 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 11 May 2015 09:00:42 +0100
|
||||
Subject: [PATCH 023/121] scripts: Add mkknlimg and knlinfo scripts from tools
|
||||
Subject: [PATCH 023/148] scripts: Add mkknlimg and knlinfo scripts from tools
|
||||
repo
|
||||
|
||||
The Raspberry Pi firmware looks for a trailer on the kernel image to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 73ffc770b510d914757449f9bd52ff5e0b300a52 Mon Sep 17 00:00:00 2001
|
||||
From c18bed87cf9c823818221355bbe3508a60221080 Mon Sep 17 00:00:00 2001
|
||||
From: notro <notro@tronnes.org>
|
||||
Date: Wed, 9 Jul 2014 14:46:08 +0200
|
||||
Subject: [PATCH 025/121] BCM2708: Add core Device Tree support
|
||||
Subject: [PATCH 025/148] BCM2708: Add core Device Tree support
|
||||
|
||||
Add the bare minimum needed to boot BCM2708 from a Device Tree.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4559e395eaf5d2a4c9af93066c8edc7d184287e3 Mon Sep 17 00:00:00 2001
|
||||
From b957660f910ddcf5c7c43ebd20c347d3ef5c220f Mon Sep 17 00:00:00 2001
|
||||
From: Siarhei Siamashka <siarhei.siamashka@gmail.com>
|
||||
Date: Mon, 17 Jun 2013 13:32:11 +0300
|
||||
Subject: [PATCH 026/121] fbdev: add FBIOCOPYAREA ioctl
|
||||
Subject: [PATCH 026/148] fbdev: add FBIOCOPYAREA ioctl
|
||||
|
||||
Based on the patch authored by Ali Gholami Rudi at
|
||||
https://lkml.org/lkml/2009/7/13/153
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 68d4d166abf2d287a3b333bbae60e2c9c027fa71 Mon Sep 17 00:00:00 2001
|
||||
From d8546609674b9071d86c884a750a99be111ff927 Mon Sep 17 00:00:00 2001
|
||||
From: Harm Hanemaaijer <fgenfb@yahoo.com>
|
||||
Date: Thu, 20 Jun 2013 20:21:39 +0200
|
||||
Subject: [PATCH 029/121] Speed up console framebuffer imageblit function
|
||||
Subject: [PATCH 029/148] Speed up console framebuffer imageblit function
|
||||
|
||||
Especially on platforms with a slower CPU but a relatively high
|
||||
framebuffer fill bandwidth, like current ARM devices, the existing
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5e3834b22d4c560ac1354cfff30a6713b6d94e64 Mon Sep 17 00:00:00 2001
|
||||
From aa320d01565ccd90b5e6954b63724076cba88ca5 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 26 Mar 2013 17:26:38 +0000
|
||||
Subject: [PATCH 030/121] Allow mac address to be set in smsc95xx
|
||||
Subject: [PATCH 030/148] Allow mac address to be set in smsc95xx
|
||||
|
||||
Signed-off-by: popcornmix <popcornmix@gmail.com>
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9c50f6318fdf116e5abaeb05bffa0b65e48ba259 Mon Sep 17 00:00:00 2001
|
||||
From 4a703aa1cc152189682c173bb4d89ef8f9da6c21 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 8 May 2013 11:46:50 +0100
|
||||
Subject: [PATCH 031/121] enabling the realtime clock 1-wire chip DS1307 and
|
||||
Subject: [PATCH 031/148] enabling the realtime clock 1-wire chip DS1307 and
|
||||
1-wire on GPIO4 (as a module)
|
||||
|
||||
1-wire: Add support for configuring pin for w1-gpio kernel module
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0c549d69d2a3c2d068d0364dba73a14d16fc5b22 Mon Sep 17 00:00:00 2001
|
||||
From 7df25b626767cc1af02e6a3d1168796638616c96 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 3 Jul 2013 00:54:08 +0100
|
||||
Subject: [PATCH 032/121] Added Device IDs for August DVB-T 205
|
||||
Subject: [PATCH 032/148] Added Device IDs for August DVB-T 205
|
||||
|
||||
---
|
||||
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 ++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2722779be49b7b76dea3de564e03d9fd0083f094 Mon Sep 17 00:00:00 2001
|
||||
From 7a190806d076ec3adaab102f8dd2cfaca16c1067 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 18 Dec 2013 22:16:19 +0000
|
||||
Subject: [PATCH 033/121] config: Enable CONFIG_MEMCG, but leave it disabled
|
||||
Subject: [PATCH 033/148] config: Enable CONFIG_MEMCG, but leave it disabled
|
||||
(due to memory cost). Enable with cgroup_enable=memory.
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 27e4ffc36fc9366bfcefe25321191a78460ba1fd Mon Sep 17 00:00:00 2001
|
||||
From 6fb867c30ac9a24482bcccd69c146d526c8e89ec Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 14:33:38 +0100
|
||||
Subject: [PATCH 034/121] ASoC: Add support for BCM2708
|
||||
Subject: [PATCH 034/148] ASoC: Add support for BCM2708
|
||||
|
||||
This driver adds support for digital audio (I2S)
|
||||
for the BCM2708 SoC that is used by the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From c368e010eacbc50e6a5f527fcc8651ea1cdc5f26 Mon Sep 17 00:00:00 2001
|
||||
From 6b65db90e60e189ae7fb310c73f203f422b50a5d Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 14:59:51 +0100
|
||||
Subject: [PATCH 035/121] ASoC: Add support for PCM5102A codec
|
||||
Subject: [PATCH 035/148] ASoC: Add support for PCM5102A codec
|
||||
|
||||
Some definitions to support the PCM5102A codec
|
||||
by Texas Instruments.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1ae47f91380b552b3bb3adb28f3283be31786064 Mon Sep 17 00:00:00 2001
|
||||
From 48e87b89080e40af51338d5966480753b09ef7d3 Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 19:04:54 +0100
|
||||
Subject: [PATCH 036/121] BCM2708: Add I2S support to board file
|
||||
Subject: [PATCH 036/148] BCM2708: Add I2S support to board file
|
||||
|
||||
Adds the required initializations for I2S
|
||||
to the board file of mach-bcm2708.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 65a3e3f912faa5d0c0cdb937b23e641d45608236 Mon Sep 17 00:00:00 2001
|
||||
From 0d1e38720f4aacf46480fdfb54b1d699ec08d619 Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 19:19:08 +0100
|
||||
Subject: [PATCH 037/121] ASoC: Add support for HifiBerry DAC
|
||||
Subject: [PATCH 037/148] ASoC: Add support for HifiBerry DAC
|
||||
|
||||
This adds a machine driver for the HifiBerry DAC.
|
||||
It is a sound card that can
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1fee3fa181deb59422ad4f5f08262c8328189370 Mon Sep 17 00:00:00 2001
|
||||
From 33a09a3e03ad860ab2783a2ba2f4b79f763ec756 Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 22 Nov 2013 19:21:34 +0100
|
||||
Subject: [PATCH 038/121] BCM2708: Add HifiBerry DAC to board file
|
||||
Subject: [PATCH 038/148] BCM2708: Add HifiBerry DAC to board file
|
||||
|
||||
This adds the initalization of the HifiBerry DAC
|
||||
to the mach-bcm2708 board file.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From c5a634c60f6706ba7ffaec669d6ddae793a7b889 Mon Sep 17 00:00:00 2001
|
||||
From 2a71fe357bbabc53e589759ad980f9f4645f6d99 Mon Sep 17 00:00:00 2001
|
||||
From: Florian Meier <florian.meier@koalo.de>
|
||||
Date: Fri, 6 Dec 2013 20:50:28 +0100
|
||||
Subject: [PATCH 039/121] ASoC: BCM2708: Add support for RPi-DAC
|
||||
Subject: [PATCH 039/148] ASoC: BCM2708: Add support for RPi-DAC
|
||||
|
||||
This adds a machine driver for the RPi-DAC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From c739ac8e078de6188449830672c7dd1e5b57af52 Mon Sep 17 00:00:00 2001
|
||||
From e6bf0295904cdcd9076615b25e3e9708a7aa26f4 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Wed, 15 Jan 2014 21:41:23 +0100
|
||||
Subject: [PATCH 040/121] ASoC: wm8804: Implement MCLK configuration options,
|
||||
Subject: [PATCH 040/148] ASoC: wm8804: Implement MCLK configuration options,
|
||||
add 32bit support WM8804 can run with PLL frequencies of 256xfs and 128xfs
|
||||
for most sample rates. At 192kHz only 128xfs is supported. The existing
|
||||
driver selects 128xfs automatically for some lower samples rates. By using an
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 7cce7a2fdf84a988e7b23caa129dddbcc7613b10 Mon Sep 17 00:00:00 2001
|
||||
From 3c00a5d6f700aadbddae2d1ce66bf1c005e57630 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Wed, 15 Jan 2014 21:42:08 +0100
|
||||
Subject: [PATCH 041/121] ASoC: BCM:Add support for HiFiBerry Digi. Driver is
|
||||
Subject: [PATCH 041/148] ASoC: BCM:Add support for HiFiBerry Digi. Driver is
|
||||
based on the patched WM8804 driver.
|
||||
|
||||
Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 6912c1ddd399d69d7704e9f6445014d40ec21c9b Mon Sep 17 00:00:00 2001
|
||||
From ab2549a74dcee90dc017a08091ee4580550aa914 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Thu, 16 Jan 2014 07:26:08 +0100
|
||||
Subject: [PATCH 042/121] BCM2708: Added support for HiFiBerry Digi board Board
|
||||
Subject: [PATCH 042/148] BCM2708: Added support for HiFiBerry Digi board Board
|
||||
initalization by I2C
|
||||
|
||||
Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From c1291a2b3390ab53e3a6ca2325e39d0a01908d87 Mon Sep 17 00:00:00 2001
|
||||
From 66e9a2c228b82d81b46de10621f4621098e169f9 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Thu, 16 Jan 2014 07:36:35 +0100
|
||||
Subject: [PATCH 043/121] ASoC: wm8804: Set idle_bias_off to false Idle bias
|
||||
Subject: [PATCH 043/148] ASoC: wm8804: Set idle_bias_off to false Idle bias
|
||||
has been change to remove warning on driver startup
|
||||
|
||||
Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 3cefe8f4539e290215418a54ff815913bb658814 Mon Sep 17 00:00:00 2001
|
||||
From e2af7e8bdcf9e9ab3899eee75e821ba2976a86c6 Mon Sep 17 00:00:00 2001
|
||||
From: Gordon Garrity <gordon@iqaudio.com>
|
||||
Date: Sat, 8 Mar 2014 16:56:57 +0000
|
||||
Subject: [PATCH 044/121] Add IQaudIO Sound Card support for Raspberry Pi
|
||||
Subject: [PATCH 044/148] Add IQaudIO Sound Card support for Raspberry Pi
|
||||
|
||||
Set a limit of 0dB on Digital Volume Control
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 63dc5102ff1e782a18c891169ef614ff83fd16da Mon Sep 17 00:00:00 2001
|
||||
From 8cf49e40e46b9bef3ba7cb250153135329015a0e Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 18 Jun 2014 13:42:01 +0100
|
||||
Subject: [PATCH 045/121] vmstat: Workaround for issue where dirty page count
|
||||
Subject: [PATCH 045/148] vmstat: Workaround for issue where dirty page count
|
||||
goes negative
|
||||
|
||||
See:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4b7eb6e29aee506fd82e9eea37b951f0a4101f8a Mon Sep 17 00:00:00 2001
|
||||
From ef61715b2dadf9e237c3d3efdff54838dafdc058 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Mon, 14 Jul 2014 22:02:09 +0100
|
||||
Subject: [PATCH 046/121] hid: Reduce default mouse polling interval to 60Hz
|
||||
Subject: [PATCH 046/148] hid: Reduce default mouse polling interval to 60Hz
|
||||
|
||||
Reduces overhead when using X
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e35b74b6335b49387b09d114966b89549a13f1d5 Mon Sep 17 00:00:00 2001
|
||||
From 2ed5cd5830ee0d32b50fdb9865c904897eed9bc3 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Mon, 4 Aug 2014 10:06:56 +0200
|
||||
Subject: [PATCH 047/121] Added support for HiFiBerry DAC+
|
||||
Subject: [PATCH 047/148] Added support for HiFiBerry DAC+
|
||||
|
||||
The driver is based on the HiFiBerry DAC driver. However HiFiBerry DAC+ uses
|
||||
a different codec chip (PCM5122), therefore a new driver is necessary.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From ee406533a463686db7d11c7ad0f626578c1edcac Mon Sep 17 00:00:00 2001
|
||||
From 304bf1caf8484bec3ae645839761b1ed320227c3 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Matuschek <info@crazy-audio.com>
|
||||
Date: Mon, 4 Aug 2014 11:09:58 +0200
|
||||
Subject: [PATCH 048/121] Added driver for HiFiBerry Amp amplifier add-on board
|
||||
Subject: [PATCH 048/148] Added driver for HiFiBerry Amp amplifier add-on board
|
||||
|
||||
The driver contains a low-level hardware driver for the TAS5713 and the
|
||||
drivers for the Raspberry Pi I2S subsystem.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From b904f76b1090667c9f4741a60da8e60cebc8a91c Mon Sep 17 00:00:00 2001
|
||||
From ed44696bbccff9cf2feede419b4e335f18e686ea Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 13 Apr 2015 19:14:18 +0100
|
||||
Subject: [PATCH 049/121] bcm2708: Allow option card devices to be configured
|
||||
Subject: [PATCH 049/148] bcm2708: Allow option card devices to be configured
|
||||
via DT
|
||||
|
||||
If the kernel is built with Device Tree support, and if a DT blob
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 8b4aab9c9a47544e493ba3479ad0e6397e4ea27a Mon Sep 17 00:00:00 2001
|
||||
From 7549b31790752c201683aa1d3839eae680b88ba6 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Mon, 13 Apr 2015 18:45:39 +0100
|
||||
Subject: [PATCH 050/121] Adding Device Tree support for some RPi audio cards
|
||||
Subject: [PATCH 050/148] Adding Device Tree support for some RPi audio cards
|
||||
|
||||
---
|
||||
arch/arm/mach-bcm2709/bcm2709.c | 143 ++++++++++++++++++++++++++++++++++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From bc32dfd7d696d4e3c381344064aabc38961b7f46 Mon Sep 17 00:00:00 2001
|
||||
From 98aa7a02be7161b743f1def20715d9c4e21e2a1e Mon Sep 17 00:00:00 2001
|
||||
From: Timo Kokkonen <tjko@iki.fi>
|
||||
Date: Wed, 29 Oct 2014 23:30:30 -0700
|
||||
Subject: [PATCH 051/121] Added support to reserve/enable a GPIO pin to be used
|
||||
Subject: [PATCH 051/148] Added support to reserve/enable a GPIO pin to be used
|
||||
from pps-gpio module (LinuxPPS). Enable PPS modules in default config for
|
||||
RPi.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5b706049d22fc0593a14a1d94ebf7f9bf54feeea Mon Sep 17 00:00:00 2001
|
||||
From 3dc6b954bfb66e359c10a2e6c947b7eb3d9d93b3 Mon Sep 17 00:00:00 2001
|
||||
From: Ryan Coe <bluemrp9@gmail.com>
|
||||
Date: Sat, 31 Jan 2015 18:25:49 -0700
|
||||
Subject: [PATCH 052/121] Update ds1307 driver for device-tree support
|
||||
Subject: [PATCH 052/148] Update ds1307 driver for device-tree support
|
||||
|
||||
Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1578dbee8e10fed1be0f64820fe511dc4b7a720e Mon Sep 17 00:00:00 2001
|
||||
From 175e672036450144fc2e984a22dc26dce271ca82 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 6 Feb 2015 13:50:57 +0000
|
||||
Subject: [PATCH 053/121] BCM270x_DT: Add pwr_led, and the required "input"
|
||||
Subject: [PATCH 053/148] BCM270x_DT: Add pwr_led, and the required "input"
|
||||
trigger
|
||||
|
||||
The "input" trigger makes the associated GPIO an input. This is to support
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From a926a1d2720eef63b580a4510a9aec4540836d40 Mon Sep 17 00:00:00 2001
|
||||
From 39a6ff9b1ecb74c734606429647a9d783c7504f1 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Fri, 20 Jun 2014 17:19:27 +0100
|
||||
Subject: [PATCH 054/121] bcm2709: Simplify and strip down IRQ handler
|
||||
Subject: [PATCH 054/148] bcm2709: Simplify and strip down IRQ handler
|
||||
|
||||
---
|
||||
arch/arm/include/asm/entry-macro-multi.S | 2 +
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 39cf4677b7c38fac3da503b75d5cd7efc64dd19a Mon Sep 17 00:00:00 2001
|
||||
From d34fbe19c2d2c7bb36c2f6432529f8404144a135 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Thu, 12 Feb 2015 11:17:53 +0000
|
||||
Subject: [PATCH 055/121] Fix LED "input" trigger implementation for 3.19
|
||||
Subject: [PATCH 055/148] Fix LED "input" trigger implementation for 3.19
|
||||
|
||||
---
|
||||
drivers/leds/leds-gpio.c | 10 +++++++++-
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From d6f122c984a90914b054c16def454ee77a002bad Mon Sep 17 00:00:00 2001
|
||||
From 430d332d3e87818f380939f70e9f6ad1d7ee4a56 Mon Sep 17 00:00:00 2001
|
||||
From: notro <notro@tronnes.org>
|
||||
Date: Thu, 10 Jul 2014 13:59:47 +0200
|
||||
Subject: [PATCH 056/121] pinctrl-bcm2835: Set base to 0 give expected gpio
|
||||
Subject: [PATCH 056/148] pinctrl-bcm2835: Set base to 0 give expected gpio
|
||||
numbering
|
||||
|
||||
Signed-off-by: Noralf Tronnes <notro@tronnes.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0bb455e4eca847aa74560f58bfd7daa13e9fb496 Mon Sep 17 00:00:00 2001
|
||||
From 6a57f03cd6d659fb9851d9da5c56d2273de441b1 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 4 Feb 2015 10:02:24 +0000
|
||||
Subject: [PATCH 057/121] pinctrl-bcm2835: bcm2835_gpio_direction_output must
|
||||
Subject: [PATCH 057/148] pinctrl-bcm2835: bcm2835_gpio_direction_output must
|
||||
set the value
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1ee5ccaeae81a9acd296d4d3eaba9fa1807b9e17 Mon Sep 17 00:00:00 2001
|
||||
From cb824c3bbea4e7a8d970f2b0b6739bb6c739400e Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Tue, 24 Feb 2015 13:40:50 +0000
|
||||
Subject: [PATCH 058/121] pinctrl-bcm2835: Fix interrupt handling for GPIOs
|
||||
Subject: [PATCH 058/148] pinctrl-bcm2835: Fix interrupt handling for GPIOs
|
||||
28-31 and 46-53
|
||||
|
||||
Contrary to the documentation, the BCM2835 GPIO controller actually has
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 7e2506a80d3a218bab8db21c947187c92d29812c Mon Sep 17 00:00:00 2001
|
||||
From 7b6f8a3a905ffa22aea67b0e0c2ad5551598e01f Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Thu, 26 Feb 2015 09:58:22 +0000
|
||||
Subject: [PATCH 059/121] pinctrl-bcm2835: Only request the interrupts listed
|
||||
Subject: [PATCH 059/148] pinctrl-bcm2835: Only request the interrupts listed
|
||||
in the DTB
|
||||
|
||||
Although the GPIO controller can generate three interrupts (four counting
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 69c25727685034a06c041fee3938afba0b84e582 Mon Sep 17 00:00:00 2001
|
||||
From c00a18aab58f8f35d01a203d6a6812e9d9c27aad Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 27 Feb 2015 15:10:24 +0000
|
||||
Subject: [PATCH 060/121] enc28j60: Add device tree compatible string and an
|
||||
Subject: [PATCH 060/148] enc28j60: Add device tree compatible string and an
|
||||
overlay
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9ea362cfd9b8e0b2a8896a713b8b82c0c5834a68 Mon Sep 17 00:00:00 2001
|
||||
From 09dce3fc3ac247ed3f09649d03498b50e7bda3f7 Mon Sep 17 00:00:00 2001
|
||||
From: Waldemar Brodkorb <wbrodkorb@conet.de>
|
||||
Date: Wed, 25 Mar 2015 09:26:17 +0100
|
||||
Subject: [PATCH 061/121] Add driver for rpi-proto
|
||||
Subject: [PATCH 061/148] Add driver for rpi-proto
|
||||
|
||||
Forward port of 3.10.x driver from https://github.com/koalo
|
||||
We are using a custom board and would like to use rpi 3.18.x
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From db5f1ae7154cf08397ba74b67af282f246a17ddf Mon Sep 17 00:00:00 2001
|
||||
From 6bebfa1c83eaef7e74130d772af46882136fe7e6 Mon Sep 17 00:00:00 2001
|
||||
From: Clive Messer <clive.m.messer@gmail.com>
|
||||
Date: Thu, 2 Apr 2015 12:22:55 +0100
|
||||
Subject: [PATCH 062/121] Add Device Tree support for RPi-DAC.
|
||||
Subject: [PATCH 062/148] Add Device Tree support for RPi-DAC.
|
||||
|
||||
---
|
||||
sound/soc/bcm/rpi-dac.c | 21 +++++++++++++++++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0fa5223ca68a9c68b92b6ea149fccc42d50c3357 Mon Sep 17 00:00:00 2001
|
||||
From 587f77c07d823708192c2d3d9232d9bdd826b845 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Mon, 13 Apr 2015 17:16:29 +0100
|
||||
Subject: [PATCH 063/121] config: Add default configs
|
||||
Subject: [PATCH 063/148] config: Add default configs
|
||||
|
||||
---
|
||||
arch/arm/configs/bcm2709_defconfig | 1204 ++++++++++++++++++++++++++++++++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4fc03ec1bfe73a125775bb06937a246be639dc55 Mon Sep 17 00:00:00 2001
|
||||
From 3c0758bef1d20342889a1b8f2a61e1911eef9f5d Mon Sep 17 00:00:00 2001
|
||||
From: Steve Glendinning <steve.glendinning@smsc.com>
|
||||
Date: Thu, 19 Feb 2015 18:47:12 +0000
|
||||
Subject: [PATCH 064/121] smsx95xx: fix crimes against truesize
|
||||
Subject: [PATCH 064/148] smsx95xx: fix crimes against truesize
|
||||
|
||||
smsc95xx is adjusting truesize when it shouldn't, and following a recent patch from Eric this is now triggering warnings.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9131a29e8e039bdc5055dad93d41f11a111a13b9 Mon Sep 17 00:00:00 2001
|
||||
From 167467c3b8bf94b09d40e60267454dacb90ec8ea Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Fri, 17 Apr 2015 16:58:45 +0100
|
||||
Subject: [PATCH 065/121] smsc95xx: Disable turbo mode by default
|
||||
Subject: [PATCH 065/148] smsc95xx: Disable turbo mode by default
|
||||
|
||||
---
|
||||
drivers/net/usb/smsc95xx.c | 2 +-
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 510eb2621d1b1b74618236a324538c19c9106ece Mon Sep 17 00:00:00 2001
|
||||
From 3394c3b27330d5d20e11d02210b4e63a53cd22e0 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 17 Apr 2015 19:30:22 +0100
|
||||
Subject: [PATCH 066/121] Add blk_pos parameter to mmc multi_io_quirk callback
|
||||
Subject: [PATCH 066/148] Add blk_pos parameter to mmc multi_io_quirk callback
|
||||
|
||||
---
|
||||
drivers/mmc/card/block.c | 1 +
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From d2482f75a64fce6da8a4138f88a6c59cb0de4d9b Mon Sep 17 00:00:00 2001
|
||||
From b64bc32acd5a5c13259516a95ae1564ac4b2f1cb Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||||
Date: Wed, 29 Apr 2015 17:24:02 +0200
|
||||
Subject: [PATCH 067/121] bcm2835: bcm2835_defconfig
|
||||
Subject: [PATCH 067/148] bcm2835: bcm2835_defconfig
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 984698645ff73ed2100b4bfea99ed035139ac721 Mon Sep 17 00:00:00 2001
|
||||
From 95bce14bde6d7235c1852cc555624d1f8c110f69 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||||
Date: Fri, 1 May 2015 23:00:15 +0200
|
||||
Subject: [PATCH 068/121] BCM270x_DT: Add mailbox bcm2708-vcio
|
||||
Subject: [PATCH 068/148] BCM270x_DT: Add mailbox bcm2708-vcio
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 156ce0fa550bbcb8e63eb60d11ac05cc28c14775 Mon Sep 17 00:00:00 2001
|
||||
From 510d194d2dbfafc448fc82f9d74a676f75e96323 Mon Sep 17 00:00:00 2001
|
||||
From: Gordon Hollingworth <gordon@raspberrypi.org>
|
||||
Date: Tue, 12 May 2015 14:47:56 +0100
|
||||
Subject: [PATCH 069/121] rpi-ft5406: Add touchscreen driver for pi LCD display
|
||||
Subject: [PATCH 069/148] rpi-ft5406: Add touchscreen driver for pi LCD display
|
||||
|
||||
---
|
||||
drivers/input/touchscreen/Kconfig | 7 +
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e2149721bbb442d9f1622bfd0b4c89a892afd88f Mon Sep 17 00:00:00 2001
|
||||
From e8c84e58d7e57adb7cd10dd471222eb944b3bc62 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 13 Oct 2014 11:47:53 +0100
|
||||
Subject: [PATCH 070/121] Improve __copy_to_user and __copy_from_user
|
||||
Subject: [PATCH 070/148] Improve __copy_to_user and __copy_from_user
|
||||
performance
|
||||
|
||||
Provide a __copy_from_user that uses memcpy. On BCM2708, use
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 92f76fcdda43617a0f3461741bba9e6d328684da Mon Sep 17 00:00:00 2001
|
||||
From 628dbab26b97ba2ea43791e2f1587115dc4e224b Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 27 May 2015 17:22:15 +0100
|
||||
Subject: [PATCH 071/121] bcm2835-audio: Create the platform device if the DT
|
||||
Subject: [PATCH 071/148] bcm2835-audio: Create the platform device if the DT
|
||||
node is disabled
|
||||
|
||||
For backwards compatibility, allow the built-in ALSA driver to be enabled
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e64ab6c66db34627b7765099e815a8c2d4957296 Mon Sep 17 00:00:00 2001
|
||||
From 577a59069e50c2c675d7be5c024a1501f24271a4 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||||
Date: Wed, 3 Jun 2015 12:26:13 +0200
|
||||
Subject: [PATCH 072/121] ARM: bcm2835: Set Serial number and Revision
|
||||
Subject: [PATCH 072/148] ARM: bcm2835: Set Serial number and Revision
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 8a609b1977da490cd177740e61169444383fd8c4 Mon Sep 17 00:00:00 2001
|
||||
From 2b0194651fab870c094638cbda17b36d43353e2e Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 16 Jun 2015 17:47:27 +0100
|
||||
Subject: [PATCH 073/121] platform: Add force_core command line setting to boot
|
||||
Subject: [PATCH 073/148] platform: Add force_core command line setting to boot
|
||||
from a different core number
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2efab5a48bc519a3901b62da297ee5523c91ee58 Mon Sep 17 00:00:00 2001
|
||||
From 84aca867e5cb35ba0abdcd4a9963a55e64c31c56 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Thu, 18 Jun 2015 17:46:17 +0100
|
||||
Subject: [PATCH 074/121] mach-bcm270x: Enable the building of pinctrl-bcm2835
|
||||
Subject: [PATCH 074/148] mach-bcm270x: Enable the building of pinctrl-bcm2835
|
||||
|
||||
---
|
||||
drivers/pinctrl/Makefile | 1 +
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 436bd2ba164863768b90c2456a943dcfed3b053c Mon Sep 17 00:00:00 2001
|
||||
From 10b20886a5c2f337e6607f8bd24dff7fdaa1186d Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 19 Jun 2015 16:41:39 +0100
|
||||
Subject: [PATCH 075/121] BCM270X_DT: Document the i2s-mmap overlay
|
||||
Subject: [PATCH 075/148] BCM270X_DT: Document the i2s-mmap overlay
|
||||
|
||||
---
|
||||
arch/arm/boot/dts/overlays/README | 6 ++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 175d8f77d2fe5ed0d43d53ece08978fd50c97a97 Mon Sep 17 00:00:00 2001
|
||||
From 23d5b7edb052559fcac15a305d3f665aa432831c Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 17 Jun 2015 11:36:53 +0100
|
||||
Subject: [PATCH 076/121] bcm2835-sdhost: Improve error handling and recovery
|
||||
Subject: [PATCH 076/148] bcm2835-sdhost: Improve error handling and recovery
|
||||
|
||||
1) Expose the hw_reset method to the MMC framework, removing many
|
||||
internal calls by the driver.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 48297e4045a1d8a3b2a0edbe6cf371a34c5eb3be Mon Sep 17 00:00:00 2001
|
||||
From dc305fc3389b68e35f7ef905884073eb947e52f3 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Anholt <eric@anholt.net>
|
||||
Date: Thu, 4 Jun 2015 13:11:46 -0700
|
||||
Subject: [PATCH 077/121] ARM: bcm2835: Add the Raspberry Pi firmware driver
|
||||
Subject: [PATCH 077/148] ARM: bcm2835: Add the Raspberry Pi firmware driver
|
||||
|
||||
This gives us a function for making mailbox property channel requests
|
||||
of the firmware, which is most notable in that it will let us get and
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9762ae8cc9ebb55739cb553f3b2c5bc604aec9e4 Mon Sep 17 00:00:00 2001
|
||||
From 4c2c484dd79a0a4f56e31d228cebf9735ce1a9ac Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Sun, 22 Mar 2015 13:33:23 +0000
|
||||
Subject: [PATCH 078/121] config: Enable ZSMALLOC, ZRAM and PGTABLE_MAPPING
|
||||
Subject: [PATCH 078/148] config: Enable ZSMALLOC, ZRAM and PGTABLE_MAPPING
|
||||
|
||||
---
|
||||
arch/arm/configs/bcm2709_defconfig | 4 ++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From dd888666ae9c4f80521f3bbe48edb86b423bb6f6 Mon Sep 17 00:00:00 2001
|
||||
From 81aedd19fa0515db2fbb474951be86ca692c394e Mon Sep 17 00:00:00 2001
|
||||
From: Gordon Hollingworth <gordon@fiveninjas.com>
|
||||
Date: Mon, 22 Jun 2015 16:27:07 +0100
|
||||
Subject: [PATCH 079/121] Add rpi-ft5406 overlay Add rpi-ft5406 driver as
|
||||
Subject: [PATCH 079/148] Add rpi-ft5406 overlay Add rpi-ft5406 driver as
|
||||
module
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From afae7dff11e5ee1d5aaf0d00cf26ea3cf24db2d8 Mon Sep 17 00:00:00 2001
|
||||
From 94b88ebdb90e6b3ae6eca18355a2ff318041318f Mon Sep 17 00:00:00 2001
|
||||
From: Gordon Hollingworth <gordon@fiveninjas.com>
|
||||
Date: Tue, 23 Jun 2015 09:53:40 +0100
|
||||
Subject: [PATCH 080/121] Fix driver detection failure Check that the buffer
|
||||
Subject: [PATCH 080/148] Fix driver detection failure Check that the buffer
|
||||
response is non-zero meaning the touchscreen was detected
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9e053b2e623361aa3a3bbfa298e7b8d33adf7abc Mon Sep 17 00:00:00 2001
|
||||
From 5c2ff90c5b6087442f8ba6a9f7bc6557b6db62e8 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 23 Jun 2015 13:24:01 +0100
|
||||
Subject: [PATCH 081/121] config: Enable 8250 serial port
|
||||
Subject: [PATCH 081/148] config: Enable 8250 serial port
|
||||
|
||||
---
|
||||
arch/arm/configs/bcm2709_defconfig | 7 +++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 60300e1082cd46b3ae2732854776ee549e217387 Mon Sep 17 00:00:00 2001
|
||||
From 2272606d5aee8fc6f420f3edce8c0ef9f11dc1f0 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 23 Jun 2015 14:10:58 +0100
|
||||
Subject: [PATCH 082/121] config: Enable POWER_RESET_GPIO
|
||||
Subject: [PATCH 082/148] config: Enable POWER_RESET_GPIO
|
||||
|
||||
---
|
||||
arch/arm/configs/bcm2709_defconfig | 2 ++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 79796a03fa8311ea9030817db27690f24f72214c Mon Sep 17 00:00:00 2001
|
||||
From 9fa64d590a4f206f604b4b78bf61fc17c94e1d5d Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Fri, 26 Jun 2015 17:37:38 +0100
|
||||
Subject: [PATCH 083/121] bcm2708-vcio: Remove restriction of only a single
|
||||
Subject: [PATCH 083/148] bcm2708-vcio: Remove restriction of only a single
|
||||
instance being open
|
||||
|
||||
We need more than one process to be able to use mailbox interface (e.g. HW cursor in fbturbo and hello_fft).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 6bda1bf0de21592f772c2d65b3e66ddf89d50bdf Mon Sep 17 00:00:00 2001
|
||||
From de3f225e647da316e52ed34b4129a6b512f2892f Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 26 Jun 2015 08:39:19 +0100
|
||||
Subject: [PATCH 084/121] BCM270X_DT: Create a "core" clock, use it for SPI and
|
||||
Subject: [PATCH 084/148] BCM270X_DT: Create a "core" clock, use it for SPI and
|
||||
sdhost
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From d4a0abb7a644365a9f21204a5e3f530a8112d5e8 Mon Sep 17 00:00:00 2001
|
||||
From 016d0929fffe98d94188cff48aa4454e78942855 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 24 Jun 2015 09:24:31 +0100
|
||||
Subject: [PATCH 085/121] BCM270X_DT: Add MCP7941X to i2c-rtc overlay
|
||||
Subject: [PATCH 085/148] BCM270X_DT: Add MCP7941X to i2c-rtc overlay
|
||||
|
||||
---
|
||||
arch/arm/boot/dts/overlays/README | 3 +++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 54695dcb27d8e4c37e8dd9620e85257b8abb89d8 Mon Sep 17 00:00:00 2001
|
||||
From c9695bc0ae507aceb723b385eaf8733b9b8a3c45 Mon Sep 17 00:00:00 2001
|
||||
From: P33M <P33M@github.com>
|
||||
Date: Wed, 24 Jun 2015 11:23:06 +0100
|
||||
Subject: [PATCH 086/121] dts/overlays: document DHT11 overlay
|
||||
Subject: [PATCH 086/148] dts/overlays: document DHT11 overlay
|
||||
|
||||
---
|
||||
arch/arm/boot/dts/overlays/README | 8 ++++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 842fe412d512dabb76d169395086b6337150015a Mon Sep 17 00:00:00 2001
|
||||
From f8d5316066987cfd355c2da083a411ff41515ed4 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Thu, 25 Jun 2015 12:16:11 +0100
|
||||
Subject: [PATCH 087/121] gpio-poweroff: Allow it to work on Raspberry Pi
|
||||
Subject: [PATCH 087/148] gpio-poweroff: Allow it to work on Raspberry Pi
|
||||
|
||||
The Raspberry Pi firmware manages the power-down and reboot
|
||||
process. To do this it installs a pm_power_off handler, causing
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 311119b99b34e88df249d706c69bdcffcd8dafb5 Mon Sep 17 00:00:00 2001
|
||||
From 23fdc62943363c31ca68bde9e7598fcee9b27cbf Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 17 Jun 2015 17:10:40 +0100
|
||||
Subject: [PATCH 088/121] BCM270x_DT: Default Compute Module i2c, i2s and spi
|
||||
Subject: [PATCH 088/148] BCM270x_DT: Default Compute Module i2c, i2s and spi
|
||||
support
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From bd6dabc8c7f6cdaba821ff3246034cd704f6364d Mon Sep 17 00:00:00 2001
|
||||
From e9b92372565ede53c177c0edb5417d59c5c5b732 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 22 Jun 2015 14:21:55 +0100
|
||||
Subject: [PATCH 089/121] BCM270X_DT: Sort nodes by bus address, and
|
||||
Subject: [PATCH 089/148] BCM270X_DT: Sort nodes by bus address, and
|
||||
consolidate aliases
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From f40ed032e6f0892778bac7d33d45593c0483628b Mon Sep 17 00:00:00 2001
|
||||
From fe34b48346183c588118ffe74360b2bc341a51e4 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 22 Jun 2015 14:23:03 +0100
|
||||
Subject: [PATCH 090/121] i2c-bcm2708/BCM270X_DT: Add support for I2C2
|
||||
Subject: [PATCH 090/148] i2c-bcm2708/BCM270X_DT: Add support for I2C2
|
||||
|
||||
The third I2C bus (I2C2) is normally reserved for HDMI use. Careless
|
||||
use of this bus can break an attached display - use with caution.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9451939c7a95b4f81886a2bf89f953be1833189d Mon Sep 17 00:00:00 2001
|
||||
From 66fd44f83b2525c3ced483c041b5d23d6f0c8a9b Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 29 Jun 2015 12:14:02 +0100
|
||||
Subject: [PATCH 091/121] BCM270X_DT: Correct the lirc-rpi overlay
|
||||
Subject: [PATCH 091/148] BCM270X_DT: Correct the lirc-rpi overlay
|
||||
documentation
|
||||
|
||||
The polarity of the "sense" parameter was inverted with respect to reality.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From d645d31525be338b1baa22916217f3ac0c3705f9 Mon Sep 17 00:00:00 2001
|
||||
From cf43a49e4ace4cbf98e135db16d47b4ee1378273 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Thu, 25 Jun 2015 08:47:09 +0100
|
||||
Subject: [PATCH 092/121] bcm2835-sdhost: Further improve overclock back-off
|
||||
Subject: [PATCH 092/148] bcm2835-sdhost: Further improve overclock back-off
|
||||
|
||||
---
|
||||
drivers/mmc/host/bcm2835-sdhost.c | 144 +++++++++++++++++++++-----------------
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 11667799f99dca096d4d92e63b7823db2a8f8779 Mon Sep 17 00:00:00 2001
|
||||
From 7d7e3c816b4ea9993e03d6ca1c4f4093572b25a8 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Tue, 30 Jun 2015 10:28:59 +0100
|
||||
Subject: [PATCH 093/121] i2c-bcm2708: Increase timeouts to allow larger
|
||||
Subject: [PATCH 093/148] i2c-bcm2708: Increase timeouts to allow larger
|
||||
transfers
|
||||
|
||||
Use the timeout value provided by the I2C_TIMEOUT ioctl when waiting
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 04f7264e602d7148822f3a162176190fcc41f71a Mon Sep 17 00:00:00 2001
|
||||
From bb1fa51567d23d5ff27e4011257ee25bb97675d8 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Tue, 30 Jun 2015 10:33:52 +0100
|
||||
Subject: [PATCH 094/121] spi-bcm2708: Increase timeout from 150ms to 1s
|
||||
Subject: [PATCH 094/148] spi-bcm2708: Increase timeout from 150ms to 1s
|
||||
|
||||
See: https://github.com/raspberrypi/linux/issues/260
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2e6c5de15687dadf4c24d880d0cdcb6763aacda5 Mon Sep 17 00:00:00 2001
|
||||
From 83a08affef9c792cbb0e986909e734ef9932a12e Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 15 Jun 2015 09:59:38 +0100
|
||||
Subject: [PATCH 095/121] bcm2708-spi: Don't use static pin configuration with
|
||||
Subject: [PATCH 095/148] bcm2708-spi: Don't use static pin configuration with
|
||||
DT
|
||||
|
||||
Also remove superfluous error checking - the SPI framework ensures the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 699c056af380b45856086c0b33a65acc3d2ad3d8 Mon Sep 17 00:00:00 2001
|
||||
From 93ad20e6fe455b39b7bc0c970435a414ca49f09c Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 15 Jun 2015 10:10:59 +0100
|
||||
Subject: [PATCH 096/121] bcm2708-i2s: Don't use static pin configuration with
|
||||
Subject: [PATCH 096/148] bcm2708-i2s: Don't use static pin configuration with
|
||||
DT
|
||||
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 6b8e6f74b78fcc225c873ea1b07890352dd77ee5 Mon Sep 17 00:00:00 2001
|
||||
From 376c2c5f17f41d25e0da6c42544bd337b219af82 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Tue, 30 Jun 2015 14:12:42 +0100
|
||||
Subject: [PATCH 097/121] serial: 8250: Don't crash when nr_uarts is 0
|
||||
Subject: [PATCH 097/148] serial: 8250: Don't crash when nr_uarts is 0
|
||||
|
||||
---
|
||||
drivers/tty/serial/8250/8250_core.c | 2 ++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5131bc710dd79b98d12c08b2f22477f48fdbd0d3 Mon Sep 17 00:00:00 2001
|
||||
From 00a68898d386e94e95cadca325b152b2094909d7 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 26 Jun 2015 08:50:11 +0100
|
||||
Subject: [PATCH 098/121] BCM270X_DT: Add overlay to enable uart1
|
||||
Subject: [PATCH 098/148] BCM270X_DT: Add overlay to enable uart1
|
||||
|
||||
N.B. The UART1 clock is derived from the core clock. The firmware
|
||||
will update clock-frequency if core_freq is set, but be aware
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 72d2ba8d7fa2d47c53ed1425501c2dac2aa909b0 Mon Sep 17 00:00:00 2001
|
||||
From f2758fa42f4dc6a584648ce4fdaeab1ba2956cab Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 24 Jun 2015 14:10:44 +0100
|
||||
Subject: [PATCH 099/121] spi-bcm2835: Support pin groups other than 7-11
|
||||
Subject: [PATCH 099/148] spi-bcm2835: Support pin groups other than 7-11
|
||||
|
||||
The spi-bcm2835 driver automatically uses GPIO chip-selects due to
|
||||
some unreliability of the native ones. In doing so it chooses the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4bf9c275c9733d1fcf41f6ee70b40e321b39eac1 Mon Sep 17 00:00:00 2001
|
||||
From 7b204cc61246f8d36e5c26782ed6db027ece669c Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Tue, 30 Jun 2015 17:37:38 +0100
|
||||
Subject: [PATCH 100/121] BCM270X_DT: Change pio_limit of sdhost driver to 1
|
||||
Subject: [PATCH 100/148] BCM270X_DT: Change pio_limit of sdhost driver to 1
|
||||
|
||||
---
|
||||
arch/arm/boot/dts/overlays/sdhost-overlay.dts | 2 +-
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0ca1e1d7ffdfcf1e716205491a00bf025fb71a77 Mon Sep 17 00:00:00 2001
|
||||
From 7b1af4332860714520c332a83e05654a5cee1478 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Wed, 1 Jul 2015 12:51:52 +0100
|
||||
Subject: [PATCH 101/121] bcm2835-sdhost: Clear HBLC for PIO mode
|
||||
Subject: [PATCH 101/148] bcm2835-sdhost: Clear HBLC for PIO mode
|
||||
|
||||
Also update pio_limit default in overlay README.
|
||||
---
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue