1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

34 Commits

Author SHA1 Message Date
Koen Kooi c5f7a7cb9a linux 3.0: update to 3.0.25
Backport Nishants OPP/hwmod fix to get more than 600MHz out of 37xx, but don't
activate it yet. 3630ES1.2 derived silicon gets misdetected:

xM revision A:
[    0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk )

new xM revision C:
[    0.000000] OMAP3630 ES1.2 (l2cache neon isp 192mhz_clk )

Since the iva hwmod is missing the OPP tables will fail and clock it back to
600MHz. But with the patch the kernel hangs in early init. This problem isn't
specific to this kernel update, it just coincided with ES1.2 silicon arriving
on my desk.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 23:33:31 -04:00
Koen Kooi 8f1fc028be linux 3.0: Fix sprz319 erratum 2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-19 14:34:40 -04:00
Koen Kooi 05d3883a78 linux 3.0: enable 'option' serial for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-01 16:56:41 -05:00
Koen Kooi 7049f8e77c linux-3.0: fix beagleboard DSI PLL regression
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25 17:36:52 +01:00
Khem Raj 3b9c2d238b linux-3.0: Fix perf compile failure with eglibc 2.15
There is a conflict with eglibc headers since
new headers added the defines that compiler.h
was redefining without undefining them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 12:15:37 +01:00
Koen Kooi 18ff66cb77 linux 3.0: update to 3.0.17
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 20:35:15 +01:00
Koen Kooi e62a63e5ff linux 3.0: update to 3.0.14
Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 19:13:42 +01:00
Koen Kooi 63545554b6 linux 3.0: fix regression introduced in 3.0.11
Upstream has been notified, so hopefully 3.0.13 will have this fix included

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-30 10:06:56 +01:00
Koen Kooi ad47faedaf linux 3.0: refresh all patches against 3.0.7
This makes 'git am' work again, patch is more forgiving with fuzz.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 17:58:01 +02:00
Koen Kooi c052b8f61b linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pin
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 12:56:22 +02:00
Koen Kooi 7bab703f4a linux 3.0: add support for loopthrough expansion boards like the uLCD-lite
also add led driver for the beacon board

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11 17:04:20 +02:00
Koen Kooi 64ee1c77f6 linux-3.0: disable prempt for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:08:26 +02:00
Jason Kridner 3d3d5c1a95 meta-ti: linux-3.0: beagle: defconfig: add some gadget drivers
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:08 +02:00
Jason Kridner 9200cd115c meta-ti: linux-3.0: beagle: defconfig: add TSC2007
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:07 +02:00
Jason Kridner 8b77c56d93 meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUX
Enables a greater degree of flexibility and debug in the kernel.

There have been reports of this causing breakage, but I have used it
now without seeing any issues.  Further, Steve Sakoman has a kernel
with this in it as well.

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:07 +02:00
Jason Kridner bd27a3f504 linux-3.0: patch.sh: adjusted tags and error handling
Set to stop on errors to avoid continuing to mess up the tree.

Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather
than sgx-3.0.

Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:06:12 -04:00
Jason Kridner 14350e83ac linux-3.0: patch.sh: manually update git remotes
Not everyone names their origin or upstream as 'mainline'.  This should be
something that can be done ahead of running the script.

Also marked the script as executable.

Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:06:06 -04:00
Jason Kridner 8c18ecd35e linux-3.0: fix BeagleBoard-xM eth mac using die id
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:05:57 -04:00
Jason Kridner 45e03ef35f linux-3.0: added bbtoys ulcd support
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: John Weber <rjohnweber@gmail.com>
Cc: Roger Monk <r-monk@ti.com>
Cc: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:05:46 -04:00
Koen Kooi 58c3fab37d linux-3.0: add patch helper script
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 16:04:15 +02:00
Koen Kooi beaadbccc9 linux 3.0: make userpace governor the default on beagle
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-24 09:37:29 +02:00
Koen Kooi 1e58e80975 linux 3.0: fix uLCD poweron for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-22 22:41:18 +02:00
Koen Kooi d079bc5d0d linux-3.0: fixes
* we now have 64kiB of cache instead of 32kiB
* fix the build failure when disabling omap4
* fix lcd boardfile

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 16:23:23 +02:00
Koen Kooi ca1f089127 linux-3.0: add support for 'uLCD' expansionboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 09:36:43 +02:00
Joel A Fernandes 6c4f3e4a16 linux-3.0: rtc-twl: Updated Sakoman patches with newer versions
This fixes all IRQ kernel panics that were showing up on my BeagleBoard-xM

* Refreshed patch that switched to using threaded IRQ (0009-rtc-twl-Switch-to-using-threaded-irq.patch)
* Added patch to fix registration vs init order (0010-fix-registration-vs-init-order.patch)
* Modified batter recharge patch to be applyable with the other changes (0014-rtc-twl-add-support-for-backup-battery-recharge.patch)

Summary of patches added/updated:

[PATCH 1/2] rtc: twl: Use threaded IRQ, remove IRQ enable in interrupt handler
[PATCH 2/2] rtc: twl: Fix registration vs. init order

kernel.org patchwork links:
 http://www.spinics.net/lists/linux-omap/msg54794.html
 http://www.mail-archive.com/linux-omap@vger.kernel.org/msg53176.html

Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 08:43:38 +02:00
Joel A Fernandes dc4bed58b8 linux 3.0: Add patch from OE to set dto to max value to fix MMC timeouts
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-09 07:37:35 +02:00
Koen Kooi 9c62126809 linux 3.0: add more sakoman patches, refresh others
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-31 12:03:39 +02:00
Koen Kooi f9d0cf6e84 linux 3.0: add patch to fix SGX driver
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-27 13:45:13 +02:00
Koen Kooi 93fa61d9be linux 3.0: silence 'mmcblk0: retrying using single block read' warning
Older OMAP3 silicon can only do single block reads so spamming syslog with it isn't helpfull

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-27 11:37:20 +02:00
Koen Kooi 410d3fe6ac linux 3.0: add support for OMAP3 720MHz devices
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-23 10:41:13 +02:00
Koen Kooi 2b4cb76e5f linux 3.0: enable 1GHz for beagle and add 2 MADC patches from sakomans tree
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 17:49:05 +02:00
Koen Kooi 34ce3ae0c3 linux 3.0: add support for RTC on zippy/zippy2 boards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 15:46:42 +02:00
Koen Kooi af058e57f1 linux 3.0: updates
* Bump SRCREV to latest 3.0rc from Linux
* Merge in pm-voltdm patches
* Merge in ABB support
* Merge in expansion-board support (unfished)
* Add hack for switch to GPTIMER1
* Set default cpufreq governor to performance

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 14:52:50 +02:00
Koen Kooi e125e989fa linux 3.0: initial recipe that will track 3.0rc till 3.0 final
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-20 14:41:45 +02:00