|
1
by Robert Nelson
start of 2.6.36-devel tree |
1 |
#!/bin/bash
|
2 |
# Split out, so build_kernel.sh and build_deb.sh can share..
|
|
3 |
||
4 |
echo "Starting patch.sh" |
|
5 |
||
6 |
function git_add { |
|
7 |
git add . |
|
8 |
git commit -a -m 'Testing patchset'
|
|
9 |
}
|
|
10 |
||
|
2
by Robert Nelson
merge up to 2.6.35-git8, not buildable drivers/mtd/nand/omap2.c:416: error: too few arguments to function gpmc_prefetch_reset |
11 |
function bugs_trivial { |
12 |
echo "bugs and trivial stuff" |
|
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
13 |
#patch -s -p1 < "${DIR}/patches/rcn/bug16310.diff"
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
14 |
|
|
4
by Robert Nelson
merge up to 2.6.35-git9, couple reverts that need real fixes |
15 |
#just a temp, till dss2 is fixed
|
16 |
#git revert --no-edit 309caa9cc6ff39d261264ec4ff10e29489afc8f8
|
|
|
6
by Robert Nelson
merge to 2.6.36-rc1, dss2 needs work http://pastebin.com/yKKNQSzd , nand broken, sgx needs ioctl removal fix |
17 |
#patch -s -p1 < "${DIR}/patches/trivial/0001-Revert-ARM-Prohibit-ioremap-on-kernel-managed-RAM.patch"
|
18 |
||
19 |
#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b19dd42faf413b4705d4adb38521e82d73fa4249
|
|
20 |
#needed by sgx stuff
|
|
|
8
by Robert Nelson
sgx: merge changes from 2.6-stable and a test patch for 2.6.36-rc1 |
21 |
#git revert --no-edit b19dd42faf413b4705d4adb38521e82d73fa4249
|
|
16
by Robert Nelson
2.6.36-rc3-d1 release |
22 |
|
23 |
#with 2.6.36-rc3
|
|
24 |
#USB: otg: twl4030: fix wrong assumption of starting state
|
|
25 |
#breaks otg at bootup (cable needs to be removed then reinstalled)
|
|
26 |
#git revert --no-edit 461c317705eca5cac09a360f488715927fd0a927
|
|
|
24
by Robert Nelson
2.6.36-rc5-d1 release |
27 |
#patch -s -p1 < "${DIR}/patches/trivial/0001-Revert-USB-otg-twl4030-fix-wrong-assumption-of-start.patch"
|
28 |
#fixed 2.6.36-rc5
|
|
|
31
by robertcnelson at gmail
2.6.36-rc8-d3 release |
29 |
|
30 |
#needed with 2.6.36-rc8
|
|
31 |
#patched shortly after..
|
|
|
32
by Robert Nelson
2.6.36-d3 release |
32 |
#fixed in 2.6.36
|
33 |
#patch -s -p1 < "${DIR}/patches/trivial/0001-Export-dump_-write-seek-to-binary-loader-modules.patch"
|
|
|
31
by robertcnelson at gmail
2.6.36-rc8-d3 release |
34 |
|
|
37
by Robert Nelson
add airlink vid/pid and natty binutils build fixes |
35 |
patch -s -p1 < "${DIR}/patches/trivial/0001-staging-add-airlink-awll7025-id-for-rt2860.patch"
|
36 |
patch -s -p1 < "${DIR}/patches/trivial/0001-OMAP4-enable-smc-instruction-in-new-assembler-versio.patch"
|
|
37 |
||
38 |
||
|
2
by Robert Nelson
merge up to 2.6.35-git8, not buildable drivers/mtd/nand/omap2.c:416: error: too few arguments to function gpmc_prefetch_reset |
39 |
}
|
40 |
||
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
41 |
function sakoman { |
42 |
echo "sakoman's patches" |
|
43 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0001-video-add-timings-for-hd720.patch"
|
|
44 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.36/0003-Don-t-turn-SDIO-cards-off-to-save-power.-Doing-so-wi.patch"
|
|
45 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0004-mmc-don-t-display-single-block-read-console-messages.patch"
|
|
46 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0005-scripts-Makefile.fwinst-fix-typo-missing-space-in-se.patch"
|
|
47 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0006-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch"
|
|
48 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.36/0007-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch"
|
|
49 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.36/0008-ASoC-enable-audio-capture-by-default-for-twl4030.patch"
|
|
|
29
by Robert Nelson
use upstream patches where appropriate |
50 |
|
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
51 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0011-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch"
|
52 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0012-MFD-enable-madc-clock.patch"
|
|
53 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.36/0013-MFD-add-twl4030-madc-driver.patch"
|
|
54 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0014-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch"
|
|
55 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0015-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch"
|
|
56 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0016-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch"
|
|
57 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0017-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch"
|
|
58 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0018-OMAP-DSS2-Add-DSS2-support-for-Overo.patch"
|
|
59 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0019-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch"
|
|
60 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0020-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch"
|
|
61 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0021-RTC-add-support-for-backup-battery-recharge.patch"
|
|
|
29
by Robert Nelson
use upstream patches where appropriate |
62 |
|
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
63 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0026-ARM-OMAP-Add-macros-for-comparing-silicon-revision.patch"
|
64 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0027-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch"
|
|
65 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0028-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch"
|
|
66 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0029-ARM-OMAP-Beagle-support-twl-gpio-differences-on-xM.patch"
|
|
67 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.36/0030-Revert-Input-ads7846-add-regulator-support.patch"
|
|
68 |
patch -s -p1 < "${DIR}/patches/sakoman/2.6.35/0031-Revert-omap2_mcspi-Flush-posted-writes.patch"
|
|
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
69 |
|
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
70 |
}
|
71 |
||
|
1
by Robert Nelson
start of 2.6.36-devel tree |
72 |
function dss2 { |
73 |
echo "dss2 patches" |
|
|
6
by Robert Nelson
merge to 2.6.36-rc1, dss2 needs work http://pastebin.com/yKKNQSzd , nand broken, sgx needs ioctl removal fix |
74 |
|
75 |
#http://www.spinics.net/lists/linux-omap/msg34582.html
|
|
76 |
patch -s -p1 < "${DIR}/patches/dss2/0001-OMAP-DSS2-don-t-power-off-a-panel-twice.patch"
|
|
77 |
||
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
78 |
patch -s -p1 < "${DIR}/patches/dss2/Combine-dsi-and-sdi-under-the-same-vdds-supply..patch"
|
|
13
by Robert Nelson
dss2 works again |
79 |
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
80 |
patch -s -p1 < "${DIR}/patches/dss2/0001-OMAP-DSS2-Add-SPI-dependency-to-Kconfig-of-ACX565AKM.patch"
|
81 |
patch -s -p1 < "${DIR}/patches/dss2/0002-OMAP-DSS2-make-filter-coefficient-tables-human-reada.patch"
|
|
82 |
patch -s -p1 < "${DIR}/patches/dss2/0003-HACK-OMAP-DSS2-OMAPFB-use-phys_to_virt-for-RAM-mappi.patch"
|
|
83 |
patch -s -p1 < "${DIR}/patches/dss2/0004-OMAP-DSS2-OMAPFB-swap-front-and-back-porches-for-bot.patch"
|
|
84 |
patch -s -p1 < "${DIR}/patches/dss2/0005-ARM-omap-fb-move-omap_init_fb-to-.init.text.patch"
|
|
85 |
patch -s -p1 < "${DIR}/patches/dss2/0006-ARM-omap-fb-move-omapfb_reserve_sram-to-.init.text.patch"
|
|
86 |
patch -s -p1 < "${DIR}/patches/dss2/0007-ARM-omap-fb-move-get_fbmem_region-to-.init.text.patch"
|
|
87 |
||
|
1
by Robert Nelson
start of 2.6.36-devel tree |
88 |
}
|
89 |
||
90 |
function musb { |
|
91 |
echo "musb patches" |
|
92 |
patch -s -p1 < "${DIR}/patches/musb/force-fifo_mode-5.diff"
|
|
93 |
}
|
|
94 |
||
95 |
function micrel { |
|
96 |
echo "micrel patches" |
|
97 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/01_eeprom_93cx6_2.6.35.patch"
|
|
98 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/02_eeprom_93cx6_2.6.35.patch"
|
|
99 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/03_ksz8851_2.6.35.patch"
|
|
100 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/04_ksz8851_2.6.35.patch"
|
|
101 |
||
102 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/06_ksz8851_2.6.35.patch"
|
|
103 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/07_ksz8851_2.6.35.patch"
|
|
104 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/08_ksz8851_2.6.35.patch"
|
|
105 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/09_ksz8851_2.6.35.patch"
|
|
106 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/10_ksz8851_2.6.35.patch"
|
|
107 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/11_ksz8851_2.6.35.patch"
|
|
108 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/12_ksz8851_2.6.35.patch"
|
|
109 |
||
110 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/15_ksz8851_2.6.35.patch"
|
|
111 |
||
112 |
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/18_ksz8851_2.6.35.patch"
|
|
113 |
}
|
|
114 |
||
115 |
function zippy { |
|
116 |
echo "zippy support" |
|
|
29
by Robert Nelson
use upstream patches where appropriate |
117 |
patch -s -p1 < "${DIR}/patches/angstrom/0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-fixup.patch"
|
118 |
patch -s -p1 < "${DIR}/patches/angstrom/0043-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups-fixup.patch"
|
|
119 |
patch -s -p1 < "${DIR}/patches/rcn/beagle-zippy-dont-load-i2c-on-boards-with-nozippy.diff"
|
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
120 |
}
|
121 |
||
|
29
by Robert Nelson
use upstream patches where appropriate |
122 |
function beagle { |
123 |
echo "beagle patches" |
|
124 |
||
125 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0002-omap-Beagle-revision-detection.patch"
|
|
126 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0003-omap-Beagle-only-Cx-boards-use-pin-23-for-write-prot.patch"
|
|
127 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0004-omap-Beagle-no-gpio_wp-pin-connection-on-xM.patch"
|
|
128 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0005-omap-Adding-beagle-i2c-eeprom-driver-to-read-EDID.patch"
|
|
129 |
||
|
1
by Robert Nelson
start of 2.6.36-devel tree |
130 |
patch -s -p1 < "${DIR}/patches/arago-project/0001-omap3-Increase-limit-on-bootarg-mpurate.patch"
|
131 |
patch -s -p1 < "${DIR}/patches/arago-project/0001-AM37x-Switch-SGX-clocks-to-200MHz.patch"
|
|
|
32
by Robert Nelson
2.6.36-d3 release |
132 |
#patch -s -p1 < "${DIR}/patches/beagle/0001-omap-beagle-a2-3-fix-dvi-reset-gpio.patch"
|
133 |
patch -s -p1 < "${DIR}/patches/beagle/0001-omap-beagle-use-GPIO2-on-the-xM-A3-to-turn-DVI-on.patch"
|
|
|
33
by robertcnelson at gmail
smsc95xx mac address generation fix from Bernard Blackham |
134 |
patch -s -p1 < "${DIR}/patches/beagle/0001-smsc95xx-generate-random-MAC-address-once-not-every-.patch"
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
135 |
}
|
136 |
||
137 |
function sgx { |
|
138 |
echo "merge in ti sgx modules" |
|
|
8
by Robert Nelson
sgx: merge changes from 2.6-stable and a test patch for 2.6.36-rc1 |
139 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.02-Kernel-Modules.patch"
|
140 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-enable-driver-building.patch"
|
|
141 |
||
|
1
by Robert Nelson
start of 2.6.36-devel tree |
142 |
#3.01.00.06
|
|
8
by Robert Nelson
sgx: merge changes from 2.6-stable and a test patch for 2.6.36-rc1 |
143 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.06-into-TI-3.01.00.02.patch"
|
|
11
by Robert Nelson
merge 2.6-stable changes |
144 |
|
145 |
#3.01.00.07 'the first wget-able release!!'
|
|
146 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.07-into-TI-3.01.00.06.patch"
|
|
147 |
||
|
25
by Robert Nelson
2.6.36-rc6-d1 release |
148 |
#4.00.00.01 adds ti8168 support, drops bc_cat.c patch
|
149 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-4.00.00.01-into-TI-3.01.00.07.patch"
|
|
150 |
||
151 |
#3.01.00.06/07 & 4.00.00.01 Patches
|
|
|
8
by Robert Nelson
sgx: merge changes from 2.6-stable and a test patch for 2.6.36-rc1 |
152 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-3.01.00.06-2.6.32-PSP.diff"
|
153 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-3.01.00.06-use-omap3630.diff"
|
|
154 |
||
|
25
by Robert Nelson
2.6.36-rc6-d1 release |
155 |
#dropped with 4.00.00.01
|
156 |
#patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-3.01.00.06-Compile-Fixes.patch"
|
|
157 |
||
|
8
by Robert Nelson
sgx: merge changes from 2.6-stable and a test patch for 2.6.36-rc1 |
158 |
#3.01.00.06 + 2.6.36-rc1; untested as dss2 is currently broke
|
159 |
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-3.01.00.06-2.6.36-rc1-Compile-Fixes.patch"
|
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
160 |
}
|
161 |
||
|
29
by Robert Nelson
use upstream patches where appropriate |
162 |
function omap4 { |
163 |
echo "omap4 related patches" |
|
164 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0001-hmc5843-Digital-compass-board-file.patch"
|
|
165 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0006-omap-4430sdp-board-support-for-proximity-sensor.patch"
|
|
166 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/devel-boards/0007-omap4-board-omap4panda-adding-leds-status1-and-statu.patch"
|
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
167 |
}
|
168 |
||
169 |
function igepv2 { |
|
170 |
echo "igepv2 board related patches" |
|
171 |
patch -s -p1 < "${DIR}/patches/igepv2/0001-ARM-OMAP3-Add-S-Video-output-to-IGEPv2-board.patch"
|
|
|
25
by Robert Nelson
2.6.36-rc6-d1 release |
172 |
|
173 |
# posted for 2.6.37 merge
|
|
174 |
patch -s -p1 < "${DIR}/patches/igepv2/0001-omap3-Add-GPIO-s-for-external-VBUS-power-switch-and-.patch"
|
|
175 |
patch -s -p1 < "${DIR}/patches/igepv2/0002-omap3-fix-and-improve-the-LED-handling-on-IGEP-v2-bo.patch"
|
|
176 |
patch -s -p1 < "${DIR}/patches/igepv2/0003-omap3-Introduce-function-to-detect-the-IGEP-v2-hardw.patch"
|
|
177 |
patch -s -p1 < "${DIR}/patches/igepv2/0004-omap3-Fix-handling-some-GPIO-s-for-WLAN-BT-combo-on-.patch"
|
|
178 |
patch -s -p1 < "${DIR}/patches/igepv2/0005-omap3-Add-i2c-eeprom-driver-to-read-EDID-on-IGEP-v2.patch"
|
|
179 |
patch -s -p1 < "${DIR}/patches/igepv2/0006-omap3-Remove-VMMC2-regulator-on-IGEP-v2-because-it-s.patch"
|
|
|
1
by Robert Nelson
start of 2.6.36-devel tree |
180 |
}
|
181 |
||
|
11
by Robert Nelson
merge 2.6-stable changes |
182 |
function touchbook { |
183 |
echo "touchbook related patches" |
|
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
184 |
patch -s -p1 < "${DIR}/patches/touchbook/0001-ARM-OMAP-Touchbook-DSS2-support.patch"
|
185 |
patch -s -p1 < "${DIR}/patches/touchbook/0002-ARM-OMAP-Touchbook-move-omap3_mux_init-beagle-like.patch"
|
|
186 |
patch -s -p1 < "${DIR}/patches/touchbook/0003-ARM-OMAP-Touchbook-DSS2-support-fix-supplies.patch"
|
|
|
19
by Robert Nelson
buildable once again |
187 |
patch -s -p1 < "${DIR}/patches/touchbook/0004-ARM-OMAP-Touchbook-based-on-schematic-there-is-no-wp.patch"
|
188 |
patch -s -p1 < "${DIR}/patches/touchbook/0005-ARM-OMAP-Touchbook-adis7846-use-mux-init-gpio.patch"
|
|
189 |
patch -s -p1 < "${DIR}/patches/touchbook/0006-ARM-OMAP-Touchbook-upstream-sync-remove-NAND_BLOCK_S.patch"
|
|
190 |
patch -s -p1 < "${DIR}/patches/touchbook/0007-ARM-OMAP-Touchbook-upstream-sync-formatting.patch"
|
|
191 |
patch -s -p1 < "${DIR}/patches/touchbook/0008-ARM-OMAP-Touchbook-upstream-omap3touchbook-to-touchb.patch"
|
|
192 |
patch -s -p1 < "${DIR}/patches/touchbook/0009-ARM-OMAP-Touchbook-upstream-mmc-to-touchbook_mmc.patch"
|
|
193 |
patch -s -p1 < "${DIR}/patches/touchbook/0010-ARM-OMAP-Touchbook-upstream-add-madc.patch"
|
|
194 |
patch -s -p1 < "${DIR}/patches/touchbook/0011-ARM-OMAP-Touchbook-upstream-use-super_init.patch"
|
|
195 |
patch -s -p1 < "${DIR}/patches/touchbook/0012-ARM-OMAP-Touchbook-upstream-omap3_ads_init-to-touchb.patch"
|
|
196 |
patch -s -p1 < "${DIR}/patches/touchbook/0013-ARM-OMAP-Touchbook-upstream-rename-touchbook_irq.patch"
|
|
197 |
patch -s -p1 < "${DIR}/patches/touchbook/0014-ARM-OMAP-Touchbook-upstream-rename-i2c_init.patch"
|
|
198 |
patch -s -p1 < "${DIR}/patches/touchbook/0015-ARM-OMAP-Touchbook-upstream-rename-both-i2c-boardinf.patch"
|
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
199 |
|
200 |
#patch -s -p1 < "${DIR}/patches/touchbook/touchscreen-chacha.patch"
|
|
|
19
by Robert Nelson
buildable once again |
201 |
patch -s -p1 < "${DIR}/patches/touchbook/0016-ARM-OMAP-Touchbook-upstream-Chacha-Tablet-driver.patch"
|
202 |
||
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
203 |
#patch -s -p1 < "${DIR}/patches/touchbook/battery2-bq27x00-charging-management.patch"
|
|
19
by Robert Nelson
buildable once again |
204 |
patch -s -p1 < "${DIR}/patches/touchbook/0017-ARM-OMAP-Touchbook-upstream-add-bq27x00-battery-driv.patch"
|
205 |
patch -s -p1 < "${DIR}/patches/touchbook/0018-ARM-OMAP-Touchbook-upstream-add-Chacha-Tablet.patch"
|
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
206 |
|
|
19
by Robert Nelson
buildable once again |
207 |
patch -s -p1 < "${DIR}/patches/touchbook/0019-MMA7455L-driver.patch"
|
208 |
patch -s -p1 < "${DIR}/patches/touchbook/0020-ARM-OMAP-Touchbook-upstream-add-move-touchbook_init_.patch"
|
|
209 |
patch -s -p1 < "${DIR}/patches/touchbook/0021-ARM-OMAP-Touchbook-upstream-add-moving-touchscreen-i.patch"
|
|
210 |
patch -s -p1 < "${DIR}/patches/touchbook/0022-ARM-OMAP-Touchbook-upstream-add-accelerometer.patch"
|
|
211 |
patch -s -p1 < "${DIR}/patches/touchbook/0001-chacha-tablet-kzalloc-fix.patch"
|
|
212 |
patch -s -p1 < "${DIR}/patches/touchbook/0001-chacha-tablet-fix-id.patch"
|
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
213 |
|
|
20
by Robert Nelson
touchbook, these are buildable now too.. |
214 |
patch -s -p1 < "${DIR}/patches/touchbook/0001-ARM-OMAP-Touchbook-upstream-match-leds-keys-gpio.patch"
|
215 |
patch -s -p1 < "${DIR}/patches/touchbook/0002-ARM-OMAP-Touchbook-upstream-board_mux.patch"
|
|
216 |
patch -s -p1 < "${DIR}/patches/touchbook/0003-ARM-OMAP-Touchbook-upstream-revision-and-musb.patch"
|
|
217 |
patch -s -p1 < "${DIR}/patches/touchbook/0004-ARM-OMAP-Touchbook-upstream-power-off.patch"
|
|
218 |
patch -s -p1 < "${DIR}/patches/touchbook/0005-ARM-OMAP-Touchbook-upstream-echi.patch"
|
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
219 |
|
|
21
by Robert Nelson
touchbook, last off the diff needs some tweaks |
220 |
#patch -s -p1 < "${DIR}/patches/touchbook/0001-ARM-OMAP-Touchbook-upstream-power-supply.patch"
|
221 |
#patch -s -p1 < "${DIR}/patches/touchbook/0002-ARM-OMAP-Touchbook-upstream-backlight.patch"
|
|
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
222 |
}
|
223 |
||
|
34
by Robert Nelson
sync with 2.6-stable, sgx, devkit8000 |
224 |
function devkit8000 { |
225 |
echo "devkit8000" |
|
226 |
||
227 |
#https://patchwork.kernel.org/patch/296132/
|
|
228 |
patch -s -p1 < "${DIR}/patches/devkit8000/0001-OMAP2-Devkit8000-Fix-mmc-regulator-failure.patch"
|
|
229 |
||
230 |
#noticed by Robert Skretkowicz
|
|
231 |
patch -s -p1 < "${DIR}/patches/devkit8000/0001-arm-omap-devkit8000-for-lcd-use-samsung_lte_panel.patch"
|
|
232 |
}
|
|
233 |
||
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
234 |
function dspbridge { |
235 |
echo "dspbridge from staging" |
|
236 |
||
237 |
#2.6.37 - staging-for-next
|
|
|
29
by Robert Nelson
use upstream patches where appropriate |
238 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0095-drivers-staging-tidspbridge-gen-gb.c-Removed-duplica.patch"
|
239 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0096-staging-tidspbridge-Move-sync.c-from-services-to-cor.patch"
|
|
240 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0097-staging-tidspbridge-Remove-ntfy.c.patch"
|
|
241 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0098-staging-tidspbridge-Remove-cfg_get_auto_start.patch"
|
|
242 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0099-staging-tidspbridge-Remove-cfg_init-and-cfg_exit.patch"
|
|
243 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0100-staging-tidspbridge-Remove-cfg_get_dev_object-and-do.patch"
|
|
244 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0101-staging-tidspbridge-Remove-cfg_get_exec_file.patch"
|
|
245 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0102-staging-tidspbridge-Remove-cfg_get_object.patch"
|
|
246 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0103-staging-tidspbridge-Remove-cfg_set_dev_object.patch"
|
|
247 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0104-staging-tidspbridge-Remove-cfg_set_object.patch"
|
|
248 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0105-staging-tidspbridge-Remove-cfg.c-and-cfg.h-files.patch"
|
|
249 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0106-staging-tidspbridge-Remove-services.c-and-services.h.patch"
|
|
250 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0107-staging-trivial-fix-typos-concerning-address.patch"
|
|
251 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0108-staging-trivial-fix-typos-concerning-initiali-zs-e.patch"
|
|
252 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0109-staging-tidspbridge-check-return-code-of-kzalloc.patch"
|
|
253 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0110-staging-tidspbridge-check-return-code-of-get_user.patch"
|
|
254 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0111-staging-ti-dspbridge-remove-cmm_xlator_delete-wrappe.patch"
|
|
255 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0112-staging-ti-dspbridge-Replace-find_lcm-with-lcm-kerne.patch"
|
|
256 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0113-staging-ti-dspbridge-disable-all-peripherals-at-brid.patch"
|
|
257 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0114-staging-tidspbridge-replace-iommu-custom-for-opensou.patch"
|
|
258 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0115-staging-tidspbridge-remove-duplicated-include.patch"
|
|
259 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0116-staging-tidspbridge-use-omap_dsp_platform_data.patch"
|
|
260 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0117-staging-tidspbridge-move-shared-memory-iommu-maps-to.patch"
|
|
261 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0118-staging-tidspbridge-rename-bridge_brd_mem_map-unmap-.patch"
|
|
262 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0119-staging-tidspbridge-remove-custom-mmu-code-from-tiom.patch"
|
|
263 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0120-staging-tidspbridge-fix-mmufault-support.patch"
|
|
264 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0121-staging-tidspbridge-remove-hw-directory.patch"
|
|
265 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0122-staging-tidspbridge-move-all-iommu-related-code-to-a.patch"
|
|
266 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0123-staging-tidspbridge-remove-dw_dmmu_base-from-cfg_hos.patch"
|
|
267 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0124-staging-tidspbridge-remove-reserved-memory-clean-up.patch"
|
|
268 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0125-staging-tidspbridge-deprecate-reserve-unreserve_memo.patch"
|
|
269 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0126-staging-tidspbridge-remove-dmm-custom-module.patch"
|
|
270 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0127-staging-tidspbridge-update-Kconfig-to-select-IOMMU-m.patch"
|
|
271 |
||
272 |
patch -s -p1 < "${DIR}/patches/from-2.6.37/dspbridge/0001-omap-add-dsp-platform-device.patch"
|
|
273 |
||
274 |
#Warn on ram, but still allow it
|
|
|
30
by robertcnelson at gmail
2.6.36-rc8-d2 release |
275 |
#patch -s -p1 < "${DIR}/patches/dspbridge/0001-ARM-allow-but-warn-when-issuing-ioremap-on-RAM.patch"
|
|
18
by Robert Nelson
touchbook, merged from touchbooks git |
276 |
}
|
277 |
||
|
12
by Robert Nelson
merge up to 2.6.36-rc2 |
278 |
sakoman |
|
2
by Robert Nelson
merge up to 2.6.35-git8, not buildable drivers/mtd/nand/omap2.c:416: error: too few arguments to function gpmc_prefetch_reset |
279 |
bugs_trivial |
|
29
by Robert Nelson
use upstream patches where appropriate |
280 |
beagle |
|
1
by Robert Nelson
start of 2.6.36-devel tree |
281 |
dss2 |
282 |
musb |
|
283 |
micrel |
|
284 |
zippy |
|
285 |
sgx |
|
286 |
igepv2 |
|
|
11
by Robert Nelson
merge 2.6-stable changes |
287 |
touchbook |
|
29
by Robert Nelson
use upstream patches where appropriate |
288 |
omap4 |
|
34
by Robert Nelson
sync with 2.6-stable, sgx, devkit8000 |
289 |
devkit8000 |
|
17
by Robert Nelson
merge from 2.6-stable, pre rc4 |
290 |
dspbridge |
|
1
by Robert Nelson
start of 2.6.36-devel tree |
291 |
|
292 |
echo "patch.sh ran successful" |
|
293 |