summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835/include
Commit message (Collapse)AuthorAgeFilesLines
* video: add a BCM2835 framebuffer driverAndre Heider2013-11-061-0/+5
| | | | | | | | Use the mailbox driver to set up a framebuffer based on the firmware configuration. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: bcm2835: add missing mbox overscan response fieldAndre Heider2013-11-061-0/+1
| | | | | | | Add the missing "right" field to struct bcm2835_mbox_tag_overscan. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* bcm2835: move mci register at board levelJean-Christophe PLAGNIOL-VILLARD2013-11-041-0/+8
| | | | | | | not all board have a SD card. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: bcm2835: add a mailbox driver for VideoCoreAndre Heider2013-10-221-0/+420
| | | | | | | | | This allows exchanging data with the on-SoC GPU. Based on U-Boot code by Stephen Warren. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: remove include of mach/gpio.h for gpiolib usersSascha Hauer2013-08-161-1/+0
| | | | | | | | | | | | gpiolib user have nothing to define in their machine specific gpio.h, so do not include it. The only thing they could define would be ARCH_NR_GPIOS, but currently no architecture defines it. Should an architecure feel the need to do it this would be a good opportunity to get rid of this limitation. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* clk: remove unused __clk_[get|put]Sascha Hauer2013-04-031-7/+0
| | | | | | | This is some unused code resulting from copying stuff from the kernel. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* BCM2835: add support (arch)Carlo Caione2012-10-215-0/+127
Signed-off-by: Carlo Caione <carlo.caione@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>