| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | skra | 2016-02-22 | 2 | -4/+0 |
* | Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached before | skra | 2016-02-16 | 1 | -1/+2 |
* | Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passed | skra | 2016-02-15 | 2 | -0/+229 |
* | ARM: Use new ARMv6 naming conventions for cache and TLB functions | mmel | 2016-02-05 | 1 | -2/+3 |
* | Remove not needed <machine/pte.h> includes. | skra | 2016-02-01 | 1 | -1/+0 |
* | ARM: Rename remaining instances of cpufunc_id() to cpu_ident(), | mmel | 2016-02-01 | 1 | -1/+1 |
* | Stop defining fdt_pic_table with ARM_INTRNG, it's unused. | andrew | 2016-01-22 | 1 | -1/+3 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 1 | -1/+1 |
* | Create a simplebus PNP info wrapper. | imp | 2015-12-18 | 1 | -0/+1 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -0/+1 |
* | Move hdmi_if.m to files.arm so other kernel configs can use it. | andrew | 2015-11-21 | 1 | -1/+0 |
* | Create device options for the two common ARM timers. | andrew | 2015-11-21 | 1 | -1/+0 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -3/+0 |
* | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | imp | 2015-11-20 | 2 | -2/+0 |
* | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | andrew | 2015-11-20 | 1 | -1/+0 |
* | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | andrew | 2015-11-20 | 2 | -14/+0 |
* | Somewhat improve HDMI event API | gonzo | 2015-11-14 | 2 | -3/+3 |
* | hdmi_if.m will be reused by iMX6 IPU code so move it to arm/arm | gonzo | 2015-11-14 | 2 | -58/+1 |
* | Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not required | gonzo | 2015-11-14 | 4 | -40/+7 |
* | Consistently capitalize "TI" as an abbreviation for Texas Instruments. | gavin | 2015-11-12 | 3 | -3/+3 |
* | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | tijl | 2015-11-08 | 1 | -2/+2 |
* | Include opt_platform.h to get FDT defined. | cognet | 2015-11-06 | 1 | -0/+2 |
* | Fix parsing of I2C addresses properties in fdt data. I2C address is | ian | 2015-10-21 | 2 | -2/+2 |
* | Enable ARM_INTRNG on the pandaboard platform. | ian | 2015-10-18 | 2 | -5/+1 |
* | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | ian | 2015-10-18 | 1 | -1/+1 |
* | Move pmu.c to files.arm and rename the option to pmu. This is not hwpmc | andrew | 2015-10-07 | 1 | -1/+0 |
* | Attach interrupt controller device before other devices. | br | 2015-10-05 | 1 | -1/+2 |
* | Add a new PPS driver for AM335x (beaglebone) timer hardware. This can be | ian | 2015-08-13 | 2 | -0/+550 |
* | Remove all dregs of the old PPS driver from this code, in preparation for | ian | 2015-08-12 | 2 | -435/+165 |
* | Remove a bogus printf that whines every time loading a driver module | ian | 2015-08-12 | 1 | -2/+0 |
* | Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this. | ian | 2015-08-12 | 1 | -0/+1 |
* | Add a routine to return the hardware instance/unit number from ti,hwmods, | ian | 2015-08-12 | 2 | -0/+35 |
* | Make this compile again when PPS_SYNC is defined. Also remove a couple | ian | 2015-08-11 | 1 | -16/+1 |
* | Clean out some externally visible "more then" grammar | pfg | 2015-08-11 | 1 | -1/+1 |
* | Pass correct type of argument to ti_gpio_unmask_irq in ti_gpio_activate_resource | gonzo | 2015-08-03 | 1 | -3/+5 |
* | Set output pin initial value based on pin's pinmux pullup/pulldown setup | gonzo | 2015-08-01 | 1 | -2/+8 |
* | Fix color mapping for TDA19988. Values for VIP_CNTRL_1 and VIP_CNTRL_2 | gonzo | 2015-07-25 | 1 | -2/+2 |
* | Synchronize PIN input/output modes with gnu/dts/include/dt-bindings/pinctrl/a... | gonzo | 2015-07-25 | 1 | -1/+2 |
* | If there is panel info in DTB do not wait for HDMI event and setup | gonzo | 2015-07-25 | 1 | -2/+5 |
* | Add missing driver for TDA19988 HDMI framer | gonzo | 2015-06-18 | 1 | -0/+810 |
* | Add HDMI support to Beaglebone Black: | gonzo | 2015-06-18 | 5 | -174/+504 |
* | - Add clk_set_source_freq field to struct ti_clock_dev so clock device | gonzo | 2015-06-17 | 4 | -29/+113 |
* | "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr". | sobomax | 2015-06-09 | 1 | -1/+1 |
* | Fix a typo in a comment that has been carried over from am335x_pmic.c. | sobomax | 2015-06-09 | 1 | -1/+1 |
* | Use tab to do identation consistently. | sobomax | 2015-06-09 | 1 | -1/+1 |
* | Extend TPS65217 support to be able to pull and decode battery | sobomax | 2015-06-09 | 2 | -41/+227 |
* | Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specific | gonzo | 2015-05-24 | 1 | -2/+2 |
* | Remove an unused header. | andrew | 2015-05-23 | 2 | -92/+0 |
* | Add a miibus_statchg and use it to enable Gigabit mode when appropriate. | andrew | 2015-05-22 | 1 | -0/+32 |
* | Switch TI platform support code from using FreeBSD's custom-baked DTS | gonzo | 2015-05-22 | 43 | -2892/+3821 |