1. 03 2月, 2015 1 次提交
  2. 29 1月, 2015 1 次提交
  3. 28 1月, 2015 3 次提交
  4. 25 1月, 2015 1 次提交
    • T
      clk: Introduce clk_has_parent() · 4e88f3de
      Thierry Reding 提交于
      This new function is similar to clk_set_parent(), except that it doesn't
      actually change the parent. It merely checks that the given parent clock
      can be a parent for the given clock.
      
      A situation where this is useful is to check that a particular setup is
      valid before switching to it. One specific use-case for this is atomic
      modesetting in the DRM framework where setting a mode is divided into a
      check phase where a given configuration is validated before applying
      changes to the hardware.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      4e88f3de
  5. 18 1月, 2015 1 次提交
  6. 14 1月, 2015 1 次提交
  7. 20 12月, 2014 1 次提交
  8. 19 12月, 2014 1 次提交
    • P
      mm: cma: split cma-reserved in dmesg log · e48322ab
      Pintu Kumar 提交于
      When the system boots up, in the dmesg logs we can see the memory
      statistics along with total reserved as below.  Memory: 458840k/458840k
      available, 65448k reserved, 0K highmem
      
      When CMA is enabled, still the total reserved memory remains the same.
      However, the CMA memory is not considered as reserved.  But, when we see
      /proc/meminfo, the CMA memory is part of free memory.  This creates
      confusion.  This patch corrects the problem by properly subtracting the
      CMA reserved memory from the total reserved memory in dmesg logs.
      
      Below is the dmesg snapshot from an arm based device with 512MB RAM and
      12MB single CMA region.
      
      Before this change:
        Memory: 458840k/458840k available, 65448k reserved, 0K highmem
      
      After this change:
        Memory: 458840k/458840k available, 53160k reserved, 12288k cma-reserved, 0K highmem
      Signed-off-by: NPintu Kumar <pintu.k@samsung.com>
      Signed-off-by: NVishnu Pratap Singh <vishnu.ps@samsung.com>
      Acked-by: NMichal Nazarewicz <mina86@mina86.com>
      Cc: Rafael Aquini <aquini@redhat.com>
      Cc: Jerome Marchand <jmarchan@redhat.com>
      Cc: Marek Szyprowski <m.szyprowski@samsung.com>
      Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e48322ab
  9. 18 12月, 2014 12 次提交
  10. 17 12月, 2014 3 次提交
  11. 16 12月, 2014 13 次提交
  12. 15 12月, 2014 2 次提交