summaryrefslogtreecommitdiff
path: root/sys/arch/arm/ti
AgeCommit message (Expand)Author
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-02-27Uncomment and protect sanity checks that would drop into the debugger with asekiya
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-09-25tilcdc(4): Set is_console on the drm device, not the fb child.riastradh
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
2022-07-17wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.riastradh
2022-07-02sort previousskrll
2022-07-02Make this compile again.skrll
2022-05-21s/artifical/artificial/ in comments.andvar
2022-04-21s/subesquent/subsequent/ in copy pasted comments.andvar
2022-03-19rnd(9): Omit needless locks in various HWRNG drivers.riastradh
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2022-02-11arm/ti: Omit needless dv_private assignment in omap2icu_attach.riastradh
2022-02-06sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.jmcneill
2021-12-19drm: Do the attach task dance for ti lcdc drm.riastradh
2021-12-19drm: Fix arm/ti drm build.riastradh
2021-12-19drm_dev_alloc now returns ERR_PTR, check for that.riastradh
2021-11-07ti: cpsw: adapt to dts-5.15 bindingsjmcneill
2021-11-07arm: ti: adapt to dts-5.15 bindingsjmcneill
2021-09-16fix typos in word "successful".andvar
2021-09-09Add license text I forgot to include in 1.1jakllsch
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-05Fix buildskrll
2021-02-04Call acpi_device_register() / fdtbus_device_register() as approrpriate.thorpej
2021-01-29Fix build without MULTIPROCESSOR.rin
2021-01-29Sort headers. No binary changes.rin
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2021-01-15use fdtbus_intr_establish_xnamejmcneill
2021-01-15Add 'const char *xname' param to fdtbus_intr_establish_bynamejmcneill
2021-01-15Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establishjmcneill
2020-12-23Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,thorpej
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-09-26G/C arm/atomic.hskrll
2020-08-16Initialize the i2c controller before using it.riastradh
2020-07-10Add support for KASAN on ARMv[67]skrll
2020-06-28Use prop_data_value (not prop_data_data_nocopy)skrll
2020-06-03PR# port-evbarm/55263: BeagleBone Black too many interrupts on CPU whenjmcneill
2020-06-03Fix dpll clock setting on am335xjmcneill
2020-06-03Fix SoC revision detection. BeagleBone Black reports 1GHz as a supportedjmcneill
2020-06-03If we can't find a hwmod name, use the device type and mmio addressjmcneill
2020-06-03Add a line break before rnd_attach_source so the "entropy: ready" announcemen...jmcneill
2020-06-03Catch up to clock changes in last dts import.jmcneill
2020-05-14Remove extra semicolon.msaitoh
2020-04-30rnd_attach_source calls the callback itself now.riastradh
2020-04-16Revert previous for now:rin