summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for the power button on BeagleBone Black.loos2015-05-131-6/+73
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* Pass the resources requests to the upper bus.loos2015-05-091-0/+11
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-046-6/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-291-2/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.ian2015-03-091-1/+2
* Fix spurious interrupts on arm am335x (beaglebone), by doing the EOI inian2015-03-081-6/+11
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-263-6/+6
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* Fix a bug where an interrupt could be masked unintentionally whenloos2015-02-041-1/+1
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-6/+20
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-16/+12
* ti_pruss: make sure the mmap'ed memory region is uncacheable.rpaulo2015-01-311-0/+1
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+1
OpenPOWER on IntegriCloud