1. 27 Jan, 2015 10 commits
  2. 22 Jan, 2015 3 commits
  3. 10 Jan, 2015 1 commit
  4. 09 Jan, 2015 10 commits
  5. 05 Jan, 2015 1 commit
    • Evgeni Dobrev's avatar
      Kirkwood: add support for Seagate BlackArmor NAS220 · dd7d2be1
      Evgeni Dobrev authored
      This patch adds support for Seagate BlackArmor NAS220.
      
      The Seagate BlackArmor NAS 220 is a NAS system based on Marvell 88f6192. It has
      32MB NAND and 128MB DRAM. It has two SATA slots, one Gigabit Ethernet port, two
      USB 2.0 ports, two buttons and three LEDs. There is a serial port available on
      the CN5 connector on the board (1 - TX, 4 - RX, 6 - GND).
      
      The only functionality still not implemented is the bi-color led on the front
      panel (status). Pins mpp22 and mpp23 control this led. Setting mpp22 to high and
      mpp23 to low results in orange color. Setting mpp22 to low and mpp23 to high
      results in blue color.
      
      The third led is wired to show the SATA activity on the two drives.
      Signed-off-by: default avatarEvgeni Dobrev <evgeni@studio-punkt.com>
      Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      dd7d2be1
  6. 21 Dec, 2014 6 commits
    • Evgeni Dobrev's avatar
      ARM: dts: kirkwood: enable phy driver for SATA controller on 88f6192 · 9c569b39
      Evgeni Dobrev authored
      This patch enables the phy drivers for the SATA controller on Marvell's 88f6192.
      Without them it is not possible to use SATA drives attached to this processor.
      Signed-off-by: default avatarEvgeni Dobrev <evgeni@studio-punkt.com>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      9c569b39
    • Richard Kunze's avatar
      ARM: dts: add gpio_poweroff support for Iomega ix2-200 · 1701308a
      Richard Kunze authored
      Iomega ix2-200 can be powered off via GPIO 0 pin 17,
      this patch wires up the gpio-poweroff driver to do it.
      Signed-off-by: default avatarRichard Kunze <richard.kunze@web.de>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      1701308a
    • Richard Kunze's avatar
      ARM: dts: use all remaining MTD space foor rootfs of Iomega ix2-200 · 8b006015
      Richard Kunze authored
      The original MTD partition layout for the Iomega ix2-200 leaves most of the
      available space unused. This patch changes the layout to use all remaining
      MTD space after the partitions for u-boot/u-boot-env and the kernel uimage
      as a "rootfs" partition.
      Signed-off-by: default avatarRichard Kunze <richard.kunze@web.de>
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      8b006015
    • Linus Torvalds's avatar
      Linux 3.19-rc1 · 97bf6af1
      Linus Torvalds authored
      97bf6af1
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux · 60815cf2
      Linus Torvalds authored
      Pull ACCESS_ONCE cleanup preparation from Christian Borntraeger:
       "kernel: Provide READ_ONCE and ASSIGN_ONCE
      
        As discussed on LKML http://marc.info/?i=54611D86.4040306%40de.ibm.com
        ACCESS_ONCE might fail with specific compilers for non-scalar
        accesses.
      
        Here is a set of patches to tackle that problem.
      
        The first patch introduce READ_ONCE and ASSIGN_ONCE.  If the data
        structure is larger than the machine word size memcpy is used and a
        warning is emitted.  The next patches fix up several in-tree users of
        ACCESS_ONCE on non-scalar types.
      
        This does not yet contain a patch that forces ACCESS_ONCE to work only
        on scalar types.  This is targetted for the next merge window as Linux
        next already contains new offenders regarding ACCESS_ONCE vs.
        non-scalar types"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux:
        s390/kvm: REPLACE barrier fixup with READ_ONCE
        arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
        arm64/spinlock: Replace ACCESS_ONCE READ_ONCE
        mips/gup: Replace ACCESS_ONCE with READ_ONCE
        x86/gup: Replace ACCESS_ONCE with READ_ONCE
        x86/spinlock: Replace ACCESS_ONCE with READ_ONCE
        mm: replace ACCESS_ONCE with READ_ONCE or barriers
        kernel: Provide READ_ONCE and ASSIGN_ONCE
      60815cf2
    • Linus Torvalds's avatar
      Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux · bfc7249c
      Linus Torvalds authored
      Pull clk framework updates from Mike Turquette:
       "This is much later than usual due to several last minute bugs that had
        to be addressed.  As usual the majority of changes are new drivers and
        modifications to existing drivers.  The core recieved many fixes along
        with the groundwork for several large changes coming in the future
        which will better parition clock providers from clock consumers"
      
      * tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux: (86 commits)
        clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to domain being gated
        ARM: OMAP3: clock: fix boot breakage in legacy mode
        ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs
        clk: Really fix deadlock with mmap_sem
        clk: mmp: fix sparse non static symbol warning
        clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
        clk: change clk_debugfs_add_file to take a struct clk_hw
        clk: Don't expose __clk_get_accuracy
        clk: Don't try to use a struct clk* after it could have been freed
        clk: Remove unused function __clk_get_prepare_count
        clk: samsung: Fix double add of syscore ops after driver rebind
        clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi
        clk: samsung: exynos4415: Fix build with PM_SLEEP disabled
        clk: samsung: remove unnecessary inclusion of header files from clk.h
        clk: samsung: remove unnecessary CONFIG_OF from clk.c
        clk: samsung: Spelling s/bwtween/between/
        clk: rockchip: Add support for the mmc clock phases using the framework
        clk: rockchip: add bindings for the mmc clocks
        clk: rockchip: rk3288 export i2s0_clkout for use in DT
        clk: rockchip: use clock ID for DMC (memory controller) on rk3288
        ...
      bfc7249c
  7. 20 Dec, 2014 9 commits