1. 13 Sep, 2012 29 commits
  2. 12 Sep, 2012 1 commit
  3. 11 Sep, 2012 1 commit
  4. 10 Sep, 2012 5 commits
  5. 06 Sep, 2012 1 commit
    • Mauro Carvalho Chehab's avatar
      [media] move i2c files into drivers/media/i2c · 1daae517
      Mauro Carvalho Chehab authored
      Based on a patch from Sylvester Nawrocki
      
      This fixes regression introduced with commmit cb7a01ac,
      "[media] move i2c files into drivers/media/i2c".
      
      The linked order affect what drivers will be initialized first, when
      they're built-in at Kernel. While there are macros that allow changing
      the init order, like subsys_initcall(), late_initcall() & friends,
      when all drivers  linked belong to the same subsystem, it is easier
      to change the order at the Makefile.
      
      All I2C modules must be linked before any drivers that actually use it,
      in order to ensure proper module initialization order.
      
      Also, the core drivers should be initialized before the drivers that use
      them.
      
      This patch reorders the drivers init, in order to fulfill the above
      requirements.
      Reported-by: default avatarSylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Acked-by: default avatarSylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      1daae517
  6. 24 Aug, 2012 1 commit
    • Mauro Carvalho Chehab's avatar
      Merge tag 'v3.6-rc3' into staging/for_v3.7 · 79e8c7be
      Mauro Carvalho Chehab authored
      Linux 3.6-rc3
      
      * tag 'v3.6-rc3': (764 commits)
        Linux 3.6-rc3
        task_work: add a scheduling point in task_work_run()
        fs: fix fs/namei.c kernel-doc warnings
        eventpoll: use-after-possible-free in epoll_create1()
        vfio: grab vfio_device reference *before* exposing the sucker via fd_install()
        vfio: get rid of vfio_device_put()/vfio_group_get_device* races
        vfio: get rid of open-coding kref_put_mutex
        introduce kref_put_mutex()
        vfio: don't dereference after kfree...
        fbcon: fix race condition between console lock and cursor timer (v1.1)
        mm: compaction: Abort async compaction if locks are contended or taking too long
        mm: have order > 0 compaction start near a pageblock with free pages
        rapidio/tsi721: fix unused variable compiler warning
        rapidio/tsi721: fix inbound doorbell interrupt handling
        drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode
        mm: correct page->pfmemalloc to fix deactivate_slab regression
        drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributes
        mm/compaction.c: fix deferring compaction mistake
        drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ resources
        string: do not export memweight() to userspace
        ...
      79e8c7be
  7. 22 Aug, 2012 2 commits
    • Linus Torvalds's avatar
      Linux 3.6-rc3 · fea7a08a
      Linus Torvalds authored
      fea7a08a
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 4ff63e47
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Intel: edid fixes, power consumption fix, s/r fix, haswell fix
      
        Radeon: BIOS loading fixes for UEFI and Thunderbolt machines, better
        MSAA validation, lockup timeout fixes, modesetting fixes
      
        One udl dpms fix, one vmwgfx fix, a couple of trivial core changes.
      
        There is an export added to ACPI as part of the radeon bios fixes.
      
        I've also included the fbcon flashing cursor vs deinit race fix, that
        seems the simplest place to start"
      
      Trivial conflict in drivers/video/console/fbcon.c due to me having
      already applied the fbcon flashing cursor vs deinit race fix, and Dave
      had added a comment in there too.
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (22 commits)
        fbcon: fix race condition between console lock and cursor timer (v1.1)
        drm: Add missing static storage class specifiers in drm_proc.c file
        drm/udl: dpms off the crtc when disabled.
        drm: Remove two unused fields from struct drm_display_mode
        drm: stop vmgfx driver explosion
        drm/radeon/ss: use num_crtc rather than hardcoded 6
        Revert "drm/radeon: fix bo creation retry path"
        drm/i915: use hsw rps tuning values everywhere on gen6+
        drm/radeon: split ATRM support out from the ATPX handler (v3)
        drm/radeon: convert radeon vfct code to use acpi_get_table_with_size
        ACPI: export symbol acpi_get_table_with_size
        drm/radeon: implement ACPI VFCT vbios fetch (v3)
        drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover later silicon stepping
        drm/radeon: fix checking of MSAA renderbuffers on r600-r700
        drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700
        drm/radeon: init lockup timeout on ring init
        drm/radeon: avoid turning off spread spectrum for used pll
        drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads
        drm/i915: extract connector update from intel_ddc_get_modes() for reuse
        drm/i915: fix hsw uncached pte
        ...
      4ff63e47