summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new PPS driver for AM335x (beaglebone) timer hardware. This can beian2015-08-132-0/+550
* Remove all dregs of the old PPS driver from this code, in preparation forian2015-08-122-435/+165
* Remove a bogus printf that whines every time loading a driver moduleian2015-08-121-2/+0
* Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this.ian2015-08-121-0/+1
* Add a routine to return the hardware instance/unit number from ti,hwmods,ian2015-08-122-0/+35
* Make this compile again when PPS_SYNC is defined. Also remove a coupleian2015-08-111-16/+1
* Clean out some externally visible "more then" grammarpfg2015-08-111-1/+1
* Pass correct type of argument to ti_gpio_unmask_irq in ti_gpio_activate_resourcegonzo2015-08-031-3/+5
* Set output pin initial value based on pin's pinmux pullup/pulldown setupgonzo2015-08-011-2/+8
* Fix color mapping for TDA19988. Values for VIP_CNTRL_1 and VIP_CNTRL_2gonzo2015-07-251-2/+2
* Synchronize PIN input/output modes with gnu/dts/include/dt-bindings/pinctrl/a...gonzo2015-07-251-1/+2
* If there is panel info in DTB do not wait for HDMI event and setupgonzo2015-07-251-2/+5
* Add missing driver for TDA19988 HDMI framergonzo2015-06-181-0/+810
* Add HDMI support to Beaglebone Black:gonzo2015-06-185-174/+504
* - Add clk_set_source_freq field to struct ti_clock_dev so clock devicegonzo2015-06-174-29/+113
* "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".sobomax2015-06-091-1/+1
* Fix a typo in a comment that has been carried over from am335x_pmic.c.sobomax2015-06-091-1/+1
* Use tab to do identation consistently.sobomax2015-06-091-1/+1
* Extend TPS65217 support to be able to pull and decode batterysobomax2015-06-092-41/+227
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-2/+2
* Remove an unused header.andrew2015-05-232-92/+0
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.andrew2015-05-221-0/+32
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2243-2892/+3821
* ti_pruss: pass the correct IRQ to userland.rpaulo2015-05-202-8/+28
OpenPOWER on IntegriCloud