summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-171-0/+3
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+1
* bcm2835_cpufreq: Only attach driver if we correcly match on the machinemanu2017-09-061-0/+22
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-6/+6
* MFC r308424, r310636gonzo2017-05-081-211/+285
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-013-18/+1
* MFC r308640:ian2017-03-012-7/+9
* MFC r309912:manu2016-12-161-2/+3
* MFC r306902:mmel2016-11-053-5/+0
* MFC r306860:gonzo2016-10-221-87/+83
* MFC r306618, r306619gonzo2016-10-221-3/+4
* MFC r306530, r306531, r306532, r306579:gonzo2016-10-221-0/+1
* MFC r306430gonzo2016-10-222-0/+338
* MFC r307239:gonzo2016-10-191-4/+5
* MFC r306557, r307240, r307241:gonzo2016-10-191-0/+4
* MFC r307067, r307068, r307087, r307088, r307089,gonzo2016-10-1812-29/+134
* MFC r306756:mmel2016-10-151-1/+2
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-183-6/+13
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-111-3/+3
* INTRNG - update gpio pin capabilities according to r299198.skra2016-05-081-0/+8
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-061-22/+52
* INTRNG - use gpio interrupt modes definitions added in r298738 andskra2016-05-061-41/+93
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-053-9/+19
* sys/arm: Minor spelling fixes.pfg2016-05-042-3/+3
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-301-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Use proper type of tag in bcm2835_mbox_fb_initgonzo2016-04-211-1/+1
* Force framebuffer virtual viewport to be the same as physicalgonzo2016-04-204-10/+7
* Fix build for Pi kernels with syscons enabledgonzo2016-04-191-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-156-26/+26
* Multiple fixes in VCHI audio driver:gonzo2016-04-131-19/+28
* Implement intr_isrc_init_on_cpu() and use it to replace very sameskra2016-04-071-22/+3
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-Bskra2016-04-051-5/+378
* Implement bcm2836 interrupt controller for INTRNG and enable itskra2016-04-053-1/+716
* Rework bcm283x interrupt controller for INTRNG and enable itskra2016-04-051-1/+289
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcskra2016-04-041-8/+15
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file.ian2016-03-201-1/+0
* Fix typo in device descriptiongonzo2016-02-281-1/+1
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-1/+0
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-262-6/+7
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-11/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-1/+0
* Do not use DMA channels used by GPU.skra2016-02-163-33/+62
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCoregonzo2015-12-201-57/+127
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
OpenPOWER on IntegriCloud