summaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra
AgeCommit message (Expand)Author
2020-04-06soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-12-03soc/nvidia/tegra: Constify variablePatrick Georgi
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-26soc/nvidia/tegra: Remove duplicate macrosJacob Garber
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-07-25soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-07-09src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-05-29src/soc: Add and update license headersMartin Roth
2018-05-28soc/nvidia: Get rid of device_tElyes HAOUAS
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2016-09-07commonlib: move DIV_ROUND macros from nvidia/tegraArthur Heymans
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-06-30t210: Set UTMIP_PCOUNT_UPDN_DIV to 0Stephen Barber
2015-06-23nvidia/tegra: expose more registersTom Warren
2015-06-23tegra: Move pinmux enum constants from tegra/pinmux.h to soc-specific pinmux.hFurquan Shaikh
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22nvidia/tegra*: check bus number for i2c driver APIsYen Lin
2015-04-21arm(64): Manually clean up the mess left by write32() transitionJulius Werner
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-14rush: Enable dp displayJimmy Zhang
2015-04-14ryu: display: Set display shift clock dividerJimmy Zhang
2015-04-13ryu: display: Split dc functions from dsi display codeJimmy Zhang
2015-04-10tegra132: Set dc to resize the difference between framebuffer and panelJimmy Zhang
2015-04-10tegra132: Add dsi driverJimmy Zhang
2015-04-10gpio: Extend common GPIO header, simplify function namesJulius Werner
2015-04-08tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-04-04tegra124: add support for full DP link trainingNeil Chen
2015-03-26tegra: Clean up USB codeFurquan Shaikh
2015-03-25tegra: correct gpio_index_to_port() calculationAaron Durbin
2015-03-25tegra132: output chip information and MTS versionAaron Durbin
2015-03-24tegra132: provide pad configuration interfaceAaron Durbin
2015-03-23Generalize revision number calculation functionVadim Bendebury
2015-02-06include/types.h: Provide BIT() macroAlexandru Gagniuc
2015-01-09nyan*: I2C: Fix bus clear BC_TERMINATE naming.Tom Warren
2015-01-09tegra: i2c: re-init i2c controller after resetJimmy Zhang
2014-12-30tegra: i2c: Add a timeout to I2C bit clear recovery mechanismJulius Werner
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-26nyan*: I2C: Implement bus clear when 'ARB_LOST' error occursTom Warren