summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Add driver for AM33xx SoC touchscreengonzo2016-04-293-72/+390
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-11/+11
* Use our nitems() macro when param.h is available.pfg2016-04-201-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-154-20/+20
* Fix UART3 and UART4 clock offsets.gonzo2016-04-131-2/+2
* Fix typo. No functional change.skra2016-04-051-2/+2
* Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARDskra2016-04-043-15/+345
* Rework am33xx interrupt controller for INTRNG and enable itskra2016-04-041-1/+177
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-21/+43
* Bump up the read and write timeouts. The old value was too small for lowloos2016-03-301-2/+2
* Add the SPI driver for am335x.loos2016-03-297-0/+768
* Use the internal references for ADC, this fixes the ADC readings on uBMC.loos2016-03-211-9/+5
* Enable multicast addresses on vlan ports. Fixes the reception of broadcastloos2016-03-212-7/+11
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Count the input and output packets.loos2016-03-182-0/+6
* Increase the arbitrary limit of TX segments.loos2016-03-181-1/+1
* Set the destination port in all TX segments.loos2016-03-181-8/+9
* Add support for dual emac mode.loos2016-03-173-705/+1087
* Fixes a few style(9) issues, remove extra blank lines.loos2016-03-173-125/+118
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-6/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-6/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-222-4/+0
* Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeskra2016-02-161-1/+2
* Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passedskra2016-02-152-0/+229
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+3
* Remove not needed <machine/pte.h> includes.skra2016-02-011-1/+0
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),mmel2016-02-011-1/+1
* Stop defining fdt_pic_table with ARM_INTRNG, it's unused.andrew2016-01-221-1/+3
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Create a simplebus PNP info wrapper.imp2015-12-181-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-1/+0
* Create device options for the two common ARM timers.andrew2015-11-211-1/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-202-2/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-202-14/+0
* Somewhat improve HDMI event APIgonzo2015-11-142-3/+3
* hdmi_if.m will be reused by iMX6 IPU code so move it to arm/armgonzo2015-11-142-58/+1
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredgonzo2015-11-144-40/+7
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-123-3/+3
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-2/+2
* Include opt_platform.h to get FDT defined.cognet2015-11-061-0/+2
* Fix parsing of I2C addresses properties in fdt data. I2C address isian2015-10-212-2/+2
* Enable ARM_INTRNG on the pandaboard platform.ian2015-10-182-5/+1
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Move pmu.c to files.arm and rename the option to pmu. This is not hwpmcandrew2015-10-071-1/+0
* Attach interrupt controller device before other devices.br2015-10-051-1/+2
OpenPOWER on IntegriCloud