1. 26 7月, 2011 35 次提交
  2. 25 7月, 2011 5 次提交
    • G
      i2c: Allow i2c_add_numbered_adapter() to assign a bus id · 488bf314
      Grant Likely 提交于
      Currently, if an i2c bus driver supports both static and dynamic bus
      ids, it needs to choose between calling i2c_add_numbered_adapter() and
      i2c_add_adapter().  This patch makes i2c_add_numbered_adapter()
      redirect to i2c_add_adapter() if the requested bus id is -1.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      488bf314
    • L
      i2c-ali1535: Fix style issues · 3fea5df4
      LABBE Corentin 提交于
      This is a fix-style patch for i2c-ali1535 (issues reported by
      checkpatch.pl.)
      Signed-off-by: NLABBE Corentin <corentin.labbe@geomatys.fr>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      3fea5df4
    • A
      Merge branch 'tegra/fixes' of... · 604f4498
      Arnd Bergmann 提交于
      Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/fixes
      604f4498
    • L
      Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq · 8405b044
      Linus Torvalds 提交于
      * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
        [CPUFREQ] s5pv210: make needlessly global symbols static
        [CPUFREQ] exynos4210: make needlessly global symbols static
        [CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operation
        [CPUFREQ] S5PV210: Add reboot notifier to prevent system hang
        [CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling down
        [CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequency
        [CPUFREQ] S5PV210: Add pm_notifier to prevent system unstable
        [CPUFREQ] S5PV210: Add arm/int voltage control support
        [CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pm
        [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changed
        [CPUFREQ] S3C6410: Support 800MHz operation in cpufreq
        [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_put
        [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq
        [CPUFREQ] Remove some vi noise that escaped into the Makefile.
        [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/
        [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreq
        [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq
      8405b044
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · ee05eff6
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (145 commits)
        bnx2x: use pci_pcie_cap()
        bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_task
        bnx2x: enable internal target-read for 57712 and up only
        bnx2x: count statistic ramrods on EQ to prevent MC assert
        bnx2x: fix loopback for non 10G link
        bnx2x: dcb - send all unmapped priorities to same COS as L2
        iwlwifi: Fix build with CONFIG_PM disabled.
        gre: fix improper error handling
        ipv4: use RT_TOS after some rt_tos conversions
        via-velocity: remove duplicated #include
        qlge: remove duplicated #include
        igb: remove duplicated #include
        can: c_can: remove duplicated #include
        bnad: remove duplicated #include
        net: allow netif_carrier to be called safely from IRQ
        bna: Header File Consolidation
        bna: HW Error Counter Fix
        bna: Add HW Semaphore Unlock Logic
        bna: IOC Event Name Change
        bna: Mboxq Flush When IOC Disabled
        ...
      ee05eff6