1. 20 Mar, 2012 1 commit
  2. 13 Mar, 2012 2 commits
  3. 11 Mar, 2012 14 commits
  4. 10 Mar, 2012 1 commit
    • Olof Johansson's avatar
      Merge branch 'sr' of... · 04cc7bc6
      Olof Johansson authored
      Merge branch 'sr' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers
      
      * 'sr' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP3+: SmartReflex: fix error handling
        ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API
        ARM: OMAP3+: SmartReflex: micro-optimization for sanity check
        ARM: OMAP3+: SmartReflex: misc cleanups
        ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument
        ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata()
        ARM: OMAP3+: hwmod: add SmartReflex IRQs
        ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need
        ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register
        ARM: OMAP3+: SmartReflex: Add a shutdown hook
        ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP
        ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence
        ARM: OMAP3+: SmartReflex: use voltage domain name in device attributes
        ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set
        ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected
        ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not set
        ARM: OMAP2+: Fix OMAP_HDQ_BASE build error
        ARM: OMAP2+: Fix Kconfig dependencies for USB_ARCH_HAS_EHCI
        ARM: OMAP2+: I2C: always compile I2C reset code, even if I2C driver is not built
      04cc7bc6
  5. 08 Mar, 2012 2 commits
  6. 07 Mar, 2012 2 commits
  7. 06 Mar, 2012 2 commits
  8. 05 Mar, 2012 15 commits
  9. 04 Mar, 2012 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'tegra-soc-drivers' of... · 7cb7f826
      Arnd Bergmann authored
      Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/soc-drivers
      
      Tegra SoC driver support.
      
      Some device tree conversions, some new drivers. and a fix for an issue
      introduced in Grant Likely's irq_domain conversion in his tree. Because
      of that, this branch depends on his branch to build (but not to merge):
      
      git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
      
      * tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra: (34 commits)
        ARM: tegra: uncompress.h: Don't depend on kernel headers
        gpio: tegra: Fix build issue due to irq_domain rework.
        ARM: tegra: Remove duplicate PMU interrupt inversion code
        ARM: tegra: Add a simple PMC driver
        ARM: tegra: dma: not required to move requestor when stopping.
        ARM: tegra: Fix EMC pdata initialization from registers
        gpio: tegra: Parameterize the number of banks
        gpio: tegra: Dynamically allocate IRQ base, and support DT
        ARM: tegra: Remove use of TEGRA_GPIO_TO_IRQ
        ARM: tegra: Pass uncompress.h UART selection to DEBUG_LL
        ARM: tegra: uncompress.h: Choose a UART at runtime
        ARM: tegra: uncompress.h: Store UART address in a variable
        ARM: tegra: Introduce define DEBUG_UART_SHIFT
        ARM: tegra: Support Tegra30 in decompressor UART setup
        ARM: tegra: Pause DMA when reading transfer count
        ARM: tegra: emc: device tree support
        ARM: tegra: emc: convert tegra2_emc to a platform driver
        ARM: tegra: fuse: add bct strapping reading
        ARM: tegra: fuse: add functions to access chip revision
        ARM: tegra: fuse: use apbio dma for register access
        ...
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      7cb7f826