1. 33ca237 OMAPDSS: check the return value of dss_mgr_enable() by Tomi Valkeinen · 13 years ago
  2. 2a4ee7e OMAPDSS: APPLY: add return value to dss_mgr_enable() by Tomi Valkeinen · 13 years ago
  3. 3951835 OMAPDSS: APPLY: add checking of ovls/mgrs settings by Tomi Valkeinen · 13 years ago
  4. f17d04f OMAPDSS: APPLY: add dss_mgr_simple_check() by Tomi Valkeinen · 13 years ago
  5. fcc764d OMAPDSS: APPLY: add dss_ovl_simple_check() by Tomi Valkeinen · 13 years ago
  6. 9d11c32 OMAPDSS: Add comments about blocking of ovl/mgr functions by Tomi Valkeinen · 13 years ago
  7. e70f98a OMAPDSS: APPLY: remove runtime_get by Tomi Valkeinen · 13 years ago
  8. f1577ce OMAPDSS: APPLY: add wait_pending_extra_info_updates() by Tomi Valkeinen · 13 years ago
  9. e4f7ad7 OMAPDSS: APPLY: skip enable/disable if already enabled/disabled by Tomi Valkeinen · 13 years ago
  10. 841c09c OMAPDSS: APPLY: add dss_apply_ovl_enable() by Tomi Valkeinen · 13 years ago
  11. ff4733d OMAPDSS: APPLY: remove device_changed field by Tomi Valkeinen · 13 years ago
  12. 0b53f17 OMAPDSS: APPLY: rename dirty & shadow_dirty by Tomi Valkeinen · 13 years ago
  13. 6dc802e OMAPDSS: APPLY: move fifo thresholds to extra_info set by Tomi Valkeinen · 13 years ago
  14. 5d5a97a OMAPDSS: APPLY: move channel-field to extra_info set by Tomi Valkeinen · 13 years ago
  15. c1a9feb OMAPDSS: APPLY: move ovl->info to apply.c by Tomi Valkeinen · 13 years ago
  16. 388c4c6 OMAPDSS: APPLY: move mgr->info to apply.c by Tomi Valkeinen · 13 years ago
  17. 7609893 OMAPDSS: APPLY: clean up isr_handler by Tomi Valkeinen · 13 years ago
  18. 3486137 OMAPDSS: APPLY: add updating flag by Tomi Valkeinen · 13 years ago
  19. 7d1365c OMAPDSS: DISPC: add dispc_mgr_get_framedone_irq by Tomi Valkeinen · 13 years ago
  20. 75c9496 OMAPDSS: APPLY: rewrite register writing by Tomi Valkeinen · 13 years ago
  21. aaa874a OMAPDSS: APPLY: rewrite overlay enable/disable by Tomi Valkeinen · 13 years ago
  22. 43a972d OMAPDSS: APPLY: add busy field to mgr_priv_data by Tomi Valkeinen · 13 years ago
  23. bf21352 OMAPDSS: APPLY: move mgr->enabled to mgr_priv_data by Tomi Valkeinen · 13 years ago
  24. 9a147a6 OMAPDSS: DSI: call mgr_enable/disable for cmd mode displays by Tomi Valkeinen · 13 years ago
  25. e0a2aa5b OMAPDSS: APPLY: add missing uses of spinlock by Tomi Valkeinen · 13 years ago
  26. 5558db3 OMAPDSS: APPLY: add mutex by Tomi Valkeinen · 13 years ago
  27. 5738b63 OMAPDSS: remove ovl/mgr check-code temporarily by Tomi Valkeinen · 13 years ago
  28. eb70d73 OMAPDSS: APPLY: move mgr funcs to apply.c by Tomi Valkeinen · 13 years ago
  29. f77b307 OMAPDSS: APPLY: move ovl funcs to apply.c by Tomi Valkeinen · 13 years ago
  30. d09c7aa OMAPDSS: APPLY: rename dss_cache to dss_data by Tomi Valkeinen · 13 years ago
  31. 063fd70 OMAPDSS: APPLY: move spinlock outside the struct by Tomi Valkeinen · 13 years ago
  32. af3d64b OMAPDSS: APPLY: rename manager_cache_data by Tomi Valkeinen · 13 years ago
  33. c10c6f0 OMAPDSS: APPLY: rename overlay_cache_data by Tomi Valkeinen · 13 years ago
  34. f6a5e08 OMAPDSS: APPLY: configure_* funcs take ovl/manager as args by Tomi Valkeinen · 13 years ago
  35. bc1a951 OMAPDSS: APPLY: use dispc_mgr_get_vsync_irq() by Tomi Valkeinen · 13 years ago
  36. 3dcec4d OMAPDSS: DISPC: Add dispc_mgr_get_vsync_irq() by Tomi Valkeinen · 13 years ago
  37. dbce016 OMAPDSS: APPLY: separate vsync isr register/unregister by Tomi Valkeinen · 13 years ago
  38. 07e327c OMAPDSS: store overlays in a list for each manager by Tomi Valkeinen · 13 years ago
  39. 5617ad09 OMAPDSS: store managers in an array by Tomi Valkeinen · 13 years ago
  40. 5845234 OMAPDSS: store overlays in an array by Tomi Valkeinen · 13 years ago
  41. 6e53ca9 OMAPDSS: APPLY: cleanup dss_mgr_start_update by Tomi Valkeinen · 13 years ago
  42. 04f6643 OMAPDSS: APPLY: skip isr register and config for disabled displays by Tomi Valkeinen · 13 years ago
  43. 18135ea OMAPDSS: APPLY: skip isr register and config for manual update displays by Tomi Valkeinen · 13 years ago
  44. be72917 OMAPDSS: APPLY: track whether a manager is enabled by Tomi Valkeinen · 13 years ago
  45. 7797c6d OMAPDSS: hide manager's enable/disable() by Tomi Valkeinen · 13 years ago
  46. 58f25548 OMAPDSS: create apply.c by Tomi Valkeinen · 13 years ago
  47. d2bbb9b OMAPDSS: apply affects only one overlay manager by Tomi Valkeinen · 13 years ago
  48. 2092850 OMAPDSS: split omap_dss_mgr_apply() to smaller funcs by Tomi Valkeinen · 13 years ago
  49. 32eaa58 OMAPDSS: add ovl/mgr_manual_update() helpers by Tomi Valkeinen · 13 years ago
  50. 550a8f6 OMAPDSS: remove unneeded dss_ovl_wait_for_go() by Tomi Valkeinen · 13 years ago
  51. c3f96fe OMAPDSS: DISPC: remove unused functions by Tomi Valkeinen · 13 years ago
  52. c64dca4 OMAPDSS: setup manager with dispc_mgr_setup() by Tomi Valkeinen · 13 years ago
  53. 2cc5d1a OMAPDSS: separate overlay channel from ovl_setup by Tomi Valkeinen · 13 years ago
  54. f38545d OMAPDSS: separate FIFO threshold setup from ovl_setup by Tomi Valkeinen · 13 years ago
  55. 3ba2a1c OMAPDSS: handle ilace/replication when configuring overlay by Tomi Valkeinen · 13 years ago
  56. cf07366 OMAPDSS: DISPC: handle 0 out_width/out_height in ovl_setup() by Tomi Valkeinen · 13 years ago
  57. 1cb0017 OMAPDSS: pass ovl manager to dss_start_update by Tomi Valkeinen · 13 years ago
  58. 6331709 OMAPDSS: remove partial update from panel-taal by Tomi Valkeinen · 13 years ago
  59. 5476e74 OMAPDSS: remove partial update from DSI by Tomi Valkeinen · 13 years ago
  60. 8760db5 OMAPDSS: remove partial update from the overlay manager by Tomi Valkeinen · 13 years ago
  61. 6f04e1b OMAPDSS: DISPC: make dispc_ovl_set_fifo_threshold() public by Tomi Valkeinen · 13 years ago
  62. f427984 OMAPDSS: DISPC: make dispc_ovl_set_channel_out() public by Tomi Valkeinen · 13 years ago
  63. b952b55 OMAPDSS: remove L4_EXAMPLE code by Tomi Valkeinen · 13 years ago
  64. 714ad3a OMAPDSS: Remove old fifomerge hacks by Tomi Valkeinen · 13 years ago
  65. 87545957 OMAPDSS: DISPC: add missing prototype by Tomi Valkeinen · 13 years ago
  66. 6cc78aa OMAPDSS: DSI: disable DDR_CLK_ALWAYS_ON when entering ULPS by Tomi Valkeinen · 13 years ago
  67. 3b98409 OMAPDSS: DSI: improve wait_for_bit_change by Tomi Valkeinen · 13 years ago
  68. 522a0c2 OMAPDSS: DSI: fix lane handling when entering ULPS by Tomi Valkeinen · 13 years ago
  69. db18644 OMAPDSS: DSI: remove dsi_get_num_lanes_used by Tomi Valkeinen · 13 years ago
  70. 9b4362f OMAPDSS: DSI: use lane config in dsi_cio_enable_lane_override by Tomi Valkeinen · 13 years ago
  71. 8dc0766 OMAPDSS: DSI: use lane config in dsi_cio_wait_tx_clk_esc_reset by Tomi Valkeinen · 13 years ago
  72. 85f17e8 OMAPDSS: DSI: use lane config in dsi_get_lane_mask by Tomi Valkeinen · 13 years ago
  73. 4836839 OMAPDSS: DSI: Use new lane config in dsi_set_lane_config by Tomi Valkeinen · 13 years ago
  74. 739a7f4 OMAPDSS: DSI: Parse lane config by Tomi Valkeinen · 13 years ago
  75. d982085 OMAPDSS: DSI: count with number of lanes by Tomi Valkeinen · 13 years ago
  76. b6a44e7 OMAPDSS: DISPC: Flush posted writes when enabling outputs by Tomi Valkeinen · 13 years ago
  77. 968f8e9 OMAPDSS: DSI: flush posted write in send_bta by Tomi Valkeinen · 13 years ago
  78. a702c85 OMAPDSS: DSI: flush posted write when entering ULPS by Tomi Valkeinen · 13 years ago
  79. a47161a OMAPDSS: add FocalTech ETM070003DH6 display support by Ilya Yanok · 13 years ago
  80. 5611cc45 Linux 3.2-rc4 by Linus Torvalds · 13 years ago
  81. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  82. 9392557 ocfs2: avoid unaligned access to dqc_bitmap by Akinobu Mita · 13 years ago
  83. 3b120ab Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  84. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  85. f4a8e65 Btrfs: fix meta data raid-repair merge problem by Jan Schmidt · 13 years ago
  86. 11d814a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  87. c290b2f Merge branch 'dt-for-linus' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 13 years ago
  88. d6e92d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  89. cd5b49b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  90. 4cbd6b1 ARM: 7182/1: ARM cpu topology: fix warning by Vincent Guittot · 13 years ago
  91. b5bed7f ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below by Jon Medhurst (Tixy) · 13 years ago
  92. 14383c2 ARM: 7180/1: Change kprobes testcase with unpredictable STRD instruction by Jon Medhurst (Tixy) · 13 years ago
  93. be064d1 Btrfs: skip allocation attempt from empty cluster by Alexandre Oliva · 13 years ago
  94. 425d831 Btrfs: skip block groups without enough space for a cluster by Alexandre Oliva · 13 years ago
  95. 1b22bad Btrfs: start search for new cluster at the beginning by Alexandre Oliva · 13 years ago
  96. b78d09b Btrfs: reset cluster's max_size when creating bitmap by Alexandre Oliva · 13 years ago
  97. f2d0f67 Btrfs: initialize new bitmaps' list by Alexandre Oliva · 13 years ago
  98. b772a86 Btrfs: fix oops when calling statfs on readonly device by Li Zefan · 13 years ago
  99. ece7d20 Btrfs: Don't error on resizing FS to same size by Mike Fleetwood · 13 years ago
  100. aa38a71 Btrfs: fix deadlock on metadata reservation when evicting a inode by Miao Xie · 13 years ago