freebsd-dev/sys/arm/mv
Marcel Moolenaar e4623c22fe Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.
The compiler will truncate the 32-bit return value of mv_gpio_value_get()
to match the 8-bit return value of mv_gpio_in(). A conditional expression
is used to have mv_gpio_in() always return 0 or 1 instead.
2011-03-16 00:42:15 +00:00
..
discovery Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. 2010-07-19 19:19:33 +00:00
kirkwood Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. 2010-07-19 19:19:33 +00:00
orion Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. 2010-07-19 19:19:33 +00:00
bus_space.c Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
common.c Move MRVL FDT fixups and PIC decode routine to a platform specific area. 2010-07-19 18:41:50 +00:00
files.mv Refactor Marvell ARM SoC timer driver to the new timer infrastructure. 2010-07-20 11:46:45 +00:00
gpio.c Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers. 2011-03-16 00:42:15 +00:00
ic.c In arm_get_next_irq(), use the last IRQ argument in order to prevent 2011-02-08 01:49:30 +00:00
mv_machdep.c Fix r217688. We need to call init_param1() before we use msgbufsize, 2011-01-22 01:31:59 +00:00
mv_pci.c The FDT describes the host controller directly. There's no need to 2011-02-03 18:07:05 +00:00
mv_sata.c Set of legacy mode SATA enchancements: 2010-10-18 11:30:13 +00:00
mvreg.h Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
mvvar.h Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
mvwin.h Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
rtc.c Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
std.mv
timer.c o Make sure to mask off timer1 interrupts. It's not necessarily 2011-02-08 01:43:45 +00:00
twsi.c Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00