Skip to content
  1. Oct 31, 2013
  2. Oct 30, 2013
  3. Oct 26, 2013
  4. Oct 20, 2013
  5. Oct 19, 2013
  6. Oct 18, 2013
  7. Oct 17, 2013
    • Rafael J. Wysocki's avatar
      ACPI / PM: Drop two functions that are not used any more · 2421ad48
      Rafael J. Wysocki authored
      
      
      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: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      2421ad48
    • Aaron Lu's avatar
      ATA / ACPI: remove power dependent device handling · b08fc109
      Aaron Lu authored
      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: default avatarAaron Lu <aaron.lu@intel.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      b08fc109
    • Lukasz Majewski's avatar
      cpufreq: exynos4210: Use the common clock framework to set APLL clock rate · 7ad65d59
      Lukasz Majewski authored
      
      
      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: default avatarLukasz Majewski <l.majewski@samsung.com>
      Reviewed-by: default avatarYadwinder Singh Brar <yadi.brar@samsung.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      7ad65d59
    • Lukasz Majewski's avatar
      cpufreq: exynos4x12: Use the common clock framework to set APLL clock rate · cf467155
      Lukasz Majewski authored
      
      
      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: default avatarLukasz Majewski <l.majewski@samsung.com>
      Reviewed-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
      Reviewed-by: default avatarYadwinder Singh Brar <yadi.brar@samsung.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      cf467155
    • Linus Torvalds's avatar
      Merge branch 'akpm' (fixes from Andrew Morton) · 056cdce0
      Linus Torvalds authored
      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