summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
...
* | Enable the build of micphy as part of generic miibus build, but only forloos2016-08-081-1/+0
* | Allow the use of micphy on am335x devices.loos2016-08-081-0/+1
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-081-0/+1
|\ \ | |/
| * MFC r302988:loos2016-08-051-0/+1
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-07-082-1/+18
|\ \ | |/
| * Fix a lockup in tx path for cspw.loos2016-07-072-1/+18
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-271-2/+2
|\ \ | |/
| * Only do the touch screen setup when the 'ti,wires' property is present.loos2016-05-261-2/+2
* | Add the initial support for eCMP on uBMC.Luiz Otavio O Souza2016-05-231-1/+99
|/
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-183-6/+10
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-114-9/+9
* INTRNG - update gpio pin capabilities according to r299166.skra2016-05-081-1/+13
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-061-22/+50
* INTRNG - use gpio interrupt modes definitions added in r298738 andskra2016-05-062-44/+44
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-052-6/+14
* sys/arm: Minor spelling fixes.pfg2016-05-046-18/+18
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-301-2/+2
* 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
OpenPOWER on IntegriCloud