summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/am335x
Commit message (Expand)AuthorAgeFilesLines
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-1/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-7/+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-121-1/+1
* Fix parsing of I2C addresses properties in fdt data. I2C address isian2015-10-212-2/+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
* Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this.ian2015-08-121-0/+1
* Make this compile again when PPS_SYNC is defined. Also remove a coupleian2015-08-111-16/+1
* 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-171-23/+65
* "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
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2214-992/+1499
* Add support for the power button on BeagleBone Black.loos2015-05-131-6/+73
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-042-2/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-261-2/+2
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-252-4/+49
* After interrupt read value from register to make sure it reached hardware. Thisgonzo2015-01-241-0/+4
* Write ACK for all kinds of LCDC interruptsgonzo2015-01-221-2/+3
* Properly clear IRQ status in order to fix "Spurious IRQ" message from AINT.gonzo2015-01-201-0/+3
* Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...gonzo2015-01-181-13/+27
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.loos2015-01-126-3/+360
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Fix the musb initialization sequence on AM335x.loos2014-12-261-9/+18
* Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachmentsandrew2014-10-184-63/+203
* Make the ti_padstate_devmap arrays ststic, they are only used with theandrew2014-10-141-1/+1
* Move the sdhci option to files.ti, it's common to both SoCs.andrew2014-10-131-1/+0
* Remove ti_mmchs.c, it has been replaced by ti_sdhci.c.andrew2014-10-131-1/+0
* Remove the need for files.beaglebone and std.beaglebone by moving the oneandrew2014-10-133-7/+1
* Sort the files in the am355x directory.andrew2014-10-131-2/+4
* Remove extra semicolons.kevlo2014-06-061-1/+1
* Export two new settings for the AM335x PWM, the clock prescaler (clkdiv)loos2014-06-011-9/+121
* Make ti_padconf_devmap static in both places it is defined.andrew2014-05-251-1/+1
* Allow the OMAP4 and AM335x prcm drivers to be compiled in the same kernelandrew2014-05-251-1/+1
* Adds the ADC driver for TI AM3xxx SoC family.loos2014-03-241-0/+7
OpenPOWER on IntegriCloud