1. 13 9月, 2016 1 次提交
    • J
      ACPI / APD: constify local structures · a217726a
      Julia Lawall 提交于
      For structure types defined in the same file or local header files, find
      top-level static structure declarations that have the following
      properties:
      1. Never reassigned.
      2. Address never taken
      3. Not passed to a top-level macro call
      4. No pointer or array-typed field passed to a function or stored in a
      variable.
      Declare structures having all of these properties as const.
      
      Done using Coccinelle.
      Based on a suggestion by Joe Perches <joe@perches.com>.
      Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      a217726a
  2. 31 8月, 2016 1 次提交
  3. 17 8月, 2016 1 次提交
  4. 28 4月, 2016 1 次提交
  5. 17 3月, 2016 1 次提交
  6. 11 3月, 2016 1 次提交
  7. 07 1月, 2016 1 次提交
  8. 21 7月, 2015 1 次提交
    • S
      ACPI: Remove clk.h include · 887e5a91
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Remove the includes here because these are
      a provider drivers.
      
      Cc: Ken Xue <Ken.Xue@amd.com>
      Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
      Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      887e5a91
  9. 06 2月, 2015 1 次提交