1. 31 10月, 2013 5 次提交
  2. 30 10月, 2013 4 次提交
  3. 26 10月, 2013 8 次提交
  4. 20 10月, 2013 1 次提交
  5. 19 10月, 2013 4 次提交
  6. 18 10月, 2013 13 次提交
  7. 17 10月, 2013 5 次提交
    • R
      ACPI / PM: Drop two functions that are not used any more · 2421ad48
      Rafael J. Wysocki 提交于
      Two functions defined in device_pm.c, acpi_dev_pm_add_dependent()
      and acpi_dev_pm_remove_dependent(), have no callers and may be
      dropped, so drop them.
      
      Moreover, they are the only functions adding entries to and removing
      entries from the power_dependent list in struct acpi_device, so drop
      that list too.
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      2421ad48
    • A
      ATA / ACPI: remove power dependent device handling · b08fc109
      Aaron Lu 提交于
      Previously, we wanted SCSI devices corrsponding to ATA devices to
      be runtime resumed when the power resource for those ATA device was
      turned on by some other device, so we added the SCSI device to the
      dependent device list of the ATA device's ACPI node.  However, this
      code has no effect after commit 41863fce (ACPI / power: Drop automaitc
      resume of power resource dependent devices) and the mechanism it was
      supposed to implement is regarded as a bad idea now, so drop it.
      
      [rjw: Changelog]
      Signed-off-by: NAaron Lu <aaron.lu@intel.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      b08fc109
    • L
      cpufreq: exynos4210: Use the common clock framework to set APLL clock rate · 7ad65d59
      Lukasz Majewski 提交于
      In the exynos4210_set_apll() function, the APLL frequency is set with
      direct register manipulation.
      
      Such approach is not allowed in the common clock framework. The frequency
      is changed, but the corresponding clock value is not updated. This causes
      wrong frequency read from cpufreq's cpuinfo_cur_freq sysfs attribute.
      
      Also direct manipulation with PLL's S parameter has been removed. It is
      already done at PLL35xx code.
      
      Tested at:
      - Exynos4210 - Trats board (linux 3.12-rc4)
      Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
      Reviewed-by: NYadwinder Singh Brar <yadi.brar@samsung.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      7ad65d59
    • L
      cpufreq: exynos4x12: Use the common clock framework to set APLL clock rate · cf467155
      Lukasz Majewski 提交于
      In the exynos4x12_set_apll() function, the APLL frequency is set with
      direct register manipulation.
      
      Such approach is not allowed in the common clock framework. The frequency
      is changed, but the corresponding clock value is not updated. This causes
      wrong frequency read from cpufreq's cpuinfo_cur_freq sysfs attribute.
      
      Also direct manipulation with PLL's S parameter has been removed. It is
      already done at PLL35xx code.
      
      Tested at:
      - Exynos4412 - Trats2 board (linux 3.12-rc4)
      Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
      Reviewed-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Reviewed-by: NTomasz Figa <t.figa@samsung.com>
      Reviewed-by: NYadwinder Singh Brar <yadi.brar@samsung.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      cf467155
    • L
      Merge branch 'akpm' (fixes from Andrew Morton) · 056cdce0
      Linus Torvalds 提交于
      Merge misc fixes from Andrew Morton.
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (21 commits)
        mm: revert mremap pud_free anti-fix
        mm: fix BUG in __split_huge_page_pmd
        swap: fix set_blocksize race during swapon/swapoff
        procfs: call default get_unmapped_area on MMU-present architectures
        procfs: fix unintended truncation of returned mapped address
        writeback: fix negative bdi max pause
        percpu_refcount: export symbols
        fs: buffer: move allocation failure loop into the allocator
        mm: memcg: handle non-error OOM situations more gracefully
        tools/testing/selftests: fix uninitialized variable
        block/partitions/efi.c: treat size mismatch as a warning, not an error
        mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages
        mm/zswap: bugfix: memory leak when re-swapon
        mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages
        mm: migration: do not lose soft dirty bit if page is in migration state
        gcov: MAINTAINERS: Add an entry for gcov
        mm/hugetlb.c: correct missing private flag clearing
        mm/vmscan.c: don't forget to free shrinker->nr_deferred
        ipc/sem.c: synchronize semop and semctl with IPC_RMID
        ipc: update locking scheme comments
        ...
      056cdce0