1. 20 9月, 2012 1 次提交
    • S
      ARM: bcm2835: add system timer · ee4af569
      Simon Arlott 提交于
      The System Timer peripheral provides four 32-bit timer channels and a
      single 64-bit free running counter. Each channel has an output compare
      register, which is compared against the 32 least significant bits of the
      free running counter values, and generates an interrupt.
      
      Timer 3 is used as the Linux timer.
      
      The BCM2835 also contains an SP804-based timer module. However, it
      apparently has significant differences from the standard SP804 IP block,
      and Broadcom's documentation recommends using the system timer instead.
      
      This patch was extracted from git://github.com/lp0/linux.git branch
      rpi-split as of 2012/09/08, and modified as follows:
      
      * s/bcm2708/bcm2835/.
      * Modified device tree vendor prefix.
      * Moved to drivers/clocksource/. This looks like the desired location for
        such code now.
      * Added DT binding docs.
      * Moved struct sys_timer bcm2835_timer into time.c to encapsulate it more.
      * Simplified bcm2835_time_init() to find one matching node and operate on
        it, rather than looping over all matching nodes. This seems more
        consistent with other clocksource code.
      * Simplified bcm2835_time_init() using of_iomap().
      * Renamed struct bcm2835_timer.index to match_mask to better represent its
        purpose.
      * s/printk(PR_INFO/pr_info(/
      Signed-off-by: NChris Boot <bootc@bootc.net>
      Signed-off-by: NSimon Arlott <simon@fire.lp0.eu>
      Signed-off-by: NDom Cobley <popcornmix@gmail.com>
      Signed-off-by: NDom Cobley <dc4@broadcom.com>
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      ee4af569
  2. 26 9月, 2011 1 次提交
    • J
      picoxcell: support for Picochip picoxcell devices · af75655c
      Jamie Iles 提交于
      picoXcell is a family of femtocell devices with an ARM application
      processor and picoArray DSP processor array.
      
      This patch adds support for picoXcell boards to be booted using the
      device tree registering the VIC's, UART's and timers.
      
      v3:	- fixup vic compatible string in binding
      v2:	- cleanup empty mach headers
      	- convert to of_platform_populate()
      	- simplify uncompress.h
      	- split vic node into 2 devices
      	- add missing __initconst attributes
      Signed-off-by: NJamie Iles <jamie@jamieiles.com>
      af75655c
  3. 08 7月, 2011 1 次提交
  4. 27 7月, 2010 1 次提交
  5. 16 2月, 2010 1 次提交
  6. 28 11月, 2009 1 次提交
  7. 07 8月, 2008 1 次提交
  8. 18 6月, 2006 1 次提交
  9. 04 1月, 2006 2 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4