summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2017-04-13 04:38:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-24 12:50:41 -0400
commit643f746580b6848af7b61cb3d91bebde9fe29b05 (patch)
tree0d8dff0789861409a258a0be888d13688b309db6
parent3cc72b27904b3b66300afc076b76423d475f50c9 (diff)
downloadmeta-ti-643f746580b6848af7b61cb3d91bebde9fe29b05.tar.gz
ti-gc320-driver: Update SRCREV
Update SRCREV to the latest head of `ti-5.0.11.p7-k4.4` branch. This adds the following changes: - Remove dependency on dmac_flush/inv/clean_range - Remove spurious page count increments - Use __GFP_DMA32 for allocations Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index 8ad7e4ba..e2c006d3 100644
--- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "b" 8MACHINE_KERNEL_PR_append = "c"
9PR = "${MACHINE_KERNEL_PR}" 9PR = "${MACHINE_KERNEL_PR}"
10 10
11# Need to branch out with ${PV} var 11# Need to branch out with ${PV} var
12BRANCH = "ti-${PV}-k4.4" 12BRANCH = "ti-${PV}-k4.4"
13 13
14SRCREV = "65887c911db495fb66c6847c8b6eadc76c7470f4" 14SRCREV = "d188246f28ad52410bc303c26a873e2cc0f82090"
15 15
16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
17S = "${WORKDIR}/git/src" 17S = "${WORKDIR}/git/src"