summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* soc/nvidia: Drop unneeded empty linesElyes HAOUAS2020-09-223-3/+0
* {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' fileElyes HAOUAS2020-08-311-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1115-15/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-22/+2
* soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0615-195/+31
* soc: Remove copyright noticesPatrick Georgi2020-03-1817-23/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-2/+2
* soc/nvidia/tegra: Constify variablePatrick Georgi2019-12-031-1/+1
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-022-3/+3
* soc/nvidia/tegra: Remove duplicate macrosJacob Garber2019-11-261-25/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-273-14/+14
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-046-6/+6
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-4/+4
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* src/soc: Add and update license headersMartin Roth2018-05-291-3/+5
* soc/nvidia: Get rid of device_tElyes HAOUAS2018-05-281-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-4/+5
* commonlib: move DIV_ROUND macros from nvidia/tegraArthur Heymans2016-09-071-18/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3116-64/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-072-6/+0
* t210: Set UTMIP_PCOUNT_UPDN_DIV to 0Stephen Barber2015-06-301-1/+1
* nvidia/tegra: expose more registersTom Warren2015-06-231-2/+10
* tegra: Move pinmux enum constants from tegra/pinmux.h to soc-specific pinmux.hFurquan Shaikh2015-06-231-16/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2116-18/+16
* nvidia/tegra*: check bus number for i2c driver APIsYen Lin2015-04-222-2/+18
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-10/+44
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-216-27/+27
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-216-63/+29
* rush: Enable dp displayJimmy Zhang2015-04-142-0/+21
* ryu: display: Set display shift clock dividerJimmy Zhang2015-04-141-1/+1
* ryu: display: Split dc functions from dsi display codeJimmy Zhang2015-04-131-0/+4
* tegra132: Set dc to resize the difference between framebuffer and panelJimmy Zhang2015-04-101-0/+2
* tegra132: Add dsi driverJimmy Zhang2015-04-102-0/+77
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-103-26/+23
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-082-2/+4
* tegra124: add support for full DP link trainingNeil Chen2015-04-041-0/+160
* tegra: Clean up USB codeFurquan Shaikh2015-03-262-119/+128
* tegra: correct gpio_index_to_port() calculationAaron Durbin2015-03-251-1/+1
* tegra132: output chip information and MTS versionAaron Durbin2015-03-252-0/+24
* tegra132: provide pad configuration interfaceAaron Durbin2015-03-242-31/+48