aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-03msm: dev_tree: add support for multiple concatenated dev treesqcom-dima-8x74-fixesDima Zavin
The kernel build can suppor appending multiple device trees after the zImage. We now iterate through the device trees looking for a match according to platform_id/hardware_id/soc_version in the device tree's /qcom,msm_id node. Signed-off-by: Dima Zavin <dima@android.com>
2013-04-30Merge "app: aboot: Use target specific kernel/tags/ramdisk address"Linux Build Service Account
2013-04-30Merge "project: msm8974: Define ABOOT_IGNORE_BOOT_HEADER_ADDRS macro."Linux Build Service Account
2013-04-29Merge "partition_parser: Fixed return type error"Linux Build Service Account
2013-04-29Merge "platform: msm_shared: Remove dprintf as it not needed"Linux Build Service Account
2013-04-26project: msm8974: Define ABOOT_IGNORE_BOOT_HEADER_ADDRS macro.Channagoud Kadabi
Define macro so that ABOOT_FORCE addresses would be used to load kernel/ramdisk & tags. Change-Id: Ie070639609ec8b9c641a79e0420b017e167bbf3a
2013-04-26app: aboot: Use target specific kernel/tags/ramdisk addressChannagoud Kadabi
Remove the check to default address values, these default values come from fastboot host side tool and can change. This creates strong dependency on host side tool. Instead add a compile time feature 'ABOOT_IGNORE_BOOT_HEADER_ADDRS' to use statically defined kernel/tags/ramdisk address, specific to each target. Change-Id: I956daa24e2ec532b92cd70665c55113c3fd71cf3
2013-04-26partition_parser: Fixed return type errorPavel Nedev
Change partition_get_index() return type to int as on error -1 is returned Change-Id: Icb061a231e531d80091ca2dc1ba1e42f427bf7da
2013-04-25Merge "display: Add support to send DCS commands during blanking"Linux Build Service Account
2013-04-25display: Add support to send DCS commands during blankingChandan Uddaraju
Configure the power mode so that DCS commands can be sent during panel blanking period. Change-Id: Ifc97c6d9c33a22d2c01e6b2103c902517a438f1b CRs-Fixed: 476922
2013-04-24Merge "target: msm8974: Shutdown display resources on exit"Linux Build Service Account
2013-04-24Merge "msm_shared: display: Setup MDP and DSI based on MDP version"Linux Build Service Account
2013-04-24Merge "msm_shared: mipi: Add MIPI DSI support for command mode panel"Linux Build Service Account
2013-04-24Merge "msm_shared: mdp: Add MDP5 support for command mode panels"Linux Build Service Account
2013-04-24Merge "platform: msm8974: Add clock support for command mode panels"Linux Build Service Account
2013-04-24target: msm8974: Shutdown display resources on exitSiddhartha Agrawal
Turn off clocks, regulators, backlight and MDP GDSC if continuous splash screen is off. Change-Id: I19e1df456e33a0365535905062010629a3d5d378
2013-04-24msm_shared: display: Setup MDP and DSI based on MDP versionSiddhartha Agrawal
Dynamically setup MDP and DSI based on the MDP version. Change-Id: I473f77c97e91b94f5df2ffd783d9f8d495acf621
2013-04-24msm_shared: mipi: Add MIPI DSI support for command mode panelSiddhartha Agrawal
Add support for command mode panels. Change-Id: Iab4d4ec905c3ab618c2d816cde25b24a7768ec5c
2013-04-24msm_shared: mdp: Add MDP5 support for command mode panelsSiddhartha Agrawal
Add MDSS MDP5 related support for command mode enabe panels. Change-Id: Ic68d329ab2cb809a3a518334e337a2447190e920
2013-04-23Merge "arch: arm: Add macro for cache alignment"Linux Build Service Account
2013-04-23Merge "target: msm8974: Use cache line aligned buffer"Linux Build Service Account
2013-04-23arch: arm: Add macro for cache alignmentChannagoud Kadabi
Add macro to check if the adddress is aligned to cache line boundary. Change-Id: Ie200fe025b5cf246035023a069cb529e63f12375
2013-04-23platform: msm8974: Add clock support for command mode panelsSiddhartha Agrawal
Add support for command mode panels for continuous splash enabled and disabled case. Change-Id: I64aa2dc27578f33c9ea45cef5a417cee8de2c93a
2013-04-23Merge "platform: msm_shared: Use cache line aligned buffer"Linux Build Service Account
2013-04-23Merge "app: aboot: Use cache line aligned buffer"Linux Build Service Account
2013-04-23target: msm8974: Use cache line aligned bufferChannagoud Kadabi
Use cache line aligned buffer to ensure proper cache line operations Change-Id: I2a88879b95ed9bb65303b833b1de8ec77942fc50
2013-04-23app: aboot: Use cache line aligned bufferChannagoud Kadabi
Use cache line aligned buffer to ensure proper cache line operations Change-Id: I252cedc35b7d62ab7eecf486d01a87277037f357
2013-04-23platform: msm_shared: Use cache line aligned bufferChannagoud Kadabi
Use cache line aligned buffer to ensure proper cache line operations. Change-Id: I5d91f311d1234b650b16c1f67c84ae80cd523fd6
2013-04-23Merge "platform: msm_shared: Add an api to resize device tree at run time."Linux Build Service Account
2013-04-23Merge "include: stdlib: add macro for cache align buffer"Linux Build Service Account
2013-04-23Merge "target: msm8610: Support baseband detect for additional platform id"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Add addition platform id for 8x12"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Clean up partition parser"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Add API for card density & clean up"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Add macro for 200 MHZ sdc clock"Linux Build Service Account
2013-04-23Merge "target: msm8610: Support baseband detect for additional platform id"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Add addition platform id for 8x12"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Clean up partition parser"Linux Build Service Account
2013-04-23Merge "platform: msm_shared: Add API for card density & clean up"Linux Build Service Account
2013-04-22include: stdlib: add macro for cache align bufferChannagoud Kadabi
Add macro to declare cache aligned buffer in the global space. Change-Id: I039ad063932365ecd56629b1775bff532dbcdfe7
2013-04-22platform: msm_shared: Clean up partition parserChannagoud Kadabi
Remove partition parser dependency on mmc host & card structures. Partition parser need not be aware of these details, instead use mmc api's to read/write to the card. Change-Id: I4a93ee06b90809b30204c8c78fe222a5db0edf9a
2013-04-22platform: msm_shared: Add macro for 200 MHZ sdc clockChannagoud Kadabi
Change-Id: I6e772d0e6f791d22b662a58abdab3c67724b2285
2013-04-22target: msm8610: Support baseband detect for additional platform idDavid Ng
Add soc variant 8212 and 8812. Change-Id: If65dc7932bd5667ca98fd7fc0bbec7d18b647700
2013-04-22platform: msm_shared: Add addition platform id for 8x12David Ng
Additional board variants of 8x12. Change-Id: Ie8d4f2e1fbfe9d02b19637332221c5691b7b037f
2013-04-19platform: msm_shared: Add API for card density & clean upChannagoud Kadabi
- Add API to return card density - Do not pass mmc host card structures to partition parser. - Do not expose internal functions outside Change-Id: I206ec150e30fb15ce66466555f74a7a31c0a4e75
2013-04-19platform: msm_shared: Add an api to resize device tree at run time.Deepa Dinamani
Change-Id: I5d41323c0b2f1add04feadc53fee941a694d6b90
2013-04-18Merge "target: msm8610: Update the size and address of scratch buffer."Linux Build Service Account
2013-04-18Merge "target: msm8610: Update the MEMBASE."Linux Build Service Account
2013-04-18Merge "app: aboot: Fix loading of device tree from RAM"Linux Build Service Account
2013-04-17Merge "platform: msm_shared: Move macro to the right header file"Linux Build Service Account