Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
8086988fe87c4d66b64f24a14e66f82dac2ca599
« Previous
b947929
mx5 clocks: Fix get_lp_apm()
by Benoît Thébaudeau
· 12 years ago
649dc8a
mx5 clocks: Add and use CCSR definitions
by Benoît Thébaudeau
· 12 years ago
414e166
mx51: Fix USB PHY clocks
by Benoît Thébaudeau
· 12 years ago
248cdf0
mx5: Fix clock gate values
by Benoît Thébaudeau
· 12 years ago
1f5e4ee
mx5: Use explicit clock gate names
by Benoît Thébaudeau
· 12 years ago
846b389
mx5 clocks: Cleanup
by Benoît Thébaudeau
· 12 years ago
833b643
mx5/6: Define default SoC input clock frequencies
by Benoît Thébaudeau
· 12 years ago
e7bed5c
imx: Use MXC_I2C_CLK in imx i2c driver
by Matthias Weisser
· 12 years ago
8a57fdc
mx25: add CPU revision 1.2
by Eric Benard
· 12 years ago
7dd6545
mx6q: Add basic support for mx6qsabreauto
by Fabio Estevam
· 12 years ago
bcfc711
configs: mx6: Add a common config file
by Fabio Estevam
· 12 years ago
2af7e81
i.MX6: get rid of redundant struct src_regs (dupe of struct src)
by Eric Nelson
· 12 years ago
de710a1
i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfields
by Eric Nelson
· 12 years ago
e66ad6e
i.MX6: Add ANATOP_PFD_480 bitfield constants
by Eric Nelson
· 12 years ago
a83e1b7
i.MX6: define IOMUX_GPR3 register bitfields
by Eric Nelson
· 12 years ago
344da71
i.MX6: define bitfields for CHSCCDR register
by Eric Nelson
· 12 years ago
da6df2d
i.MX6: change register name for CCM_CHSCCDR to match ref. manual
by Eric Nelson
· 12 years ago
0bb7e31
i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields
by Eric Nelson
· 12 years ago
e72d617
mx6qsabresd: Add 8-bit USDHC support
by Fabio Estevam
· 12 years ago
a0d21fc
mx6qsabresd: Add Ethernet support
by Fabio Estevam
· 12 years ago
7891e25
mx6: Add basic support for mx6qsabresd board.
by Fabio Estevam
· 12 years ago
af7ec0b
mx6q: Factor out common DDR3 init code
by Fabio Estevam
· 12 years ago
539e9ff
pxa: Add code to examine cpu model and revision
by Lukasz Dalek
· 12 years ago
c0720af
tegra: nand: add board pinmux
by Lucas Stach
· 12 years ago
516f00b
tegra: clean up board include hell
by Lucas Stach
· 12 years ago
ac56d95
tegra: add funcmux entry for NAND attached to KBC
by Lucas Stach
· 12 years ago
0cd10c7
tegra20: rework UART GPIO handling
by Lucas Stach
· 12 years ago
65530a8
tegra20: add clock_set_pllout function
by Lucas Stach
· 12 years ago
3f44e44
tegra20: complete periph_id enum
by Lucas Stach
· 12 years ago
01ca286
tegra: enable CONFIG_CMD_PART
by Stephen Warren
· 12 years ago
150c249
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
by Tom Warren
· 12 years ago
3064f32
Tegra20: Move some code files to common directories for upcoming Tegra30 patches.
by Tom Warren
· 12 years ago
66b796a
tegra: Rename Medcom to Medcom-Wide
by Thierry Reding
· 12 years ago
b9ce38e
tegra: Update Avionic Design vendor prefix
by Thierry Reding
· 12 years ago
1c4ea78
tools: Add a README note about fw_printenv lock file
by Joe Hershberger
· 12 years ago
586197d
env: Check for NULL pointer in envmatch()
by Joe Hershberger
· 12 years ago
e4a223f
tools/env: Serialize calls to fw_*env
by Joe Hershberger
· 12 years ago
d9acae1
tools/env: Don't call env_init() in fw_getenv()
by Joe Hershberger
· 12 years ago
62a34a0
tools/env: Remove unneeded complexity
by Joe Hershberger
· 12 years ago
497f205
tools/env: Use a board-specific default env
by Joe Hershberger
· 12 years ago
4770845
common: cmd_bdinfo: fix type of value in print_lnum
by Daniel Schwierzeck
· 12 years ago
14813f1
input: Add debugging for key matrix key codes
by Simon Glass
· 12 years ago
71dc6bc
input: Allow key ghosting filter to be disabled
by Simon Glass
· 12 years ago
1b1d3e6
input: Separate out keyboard repeat/delay from init
by Simon Glass
· 12 years ago
00f1099
input: Correct key_matrix fdt decoding
by Simon Glass
· 12 years ago
92eee7c
tools: Add cleanpatch
by Fabio Estevam
· 12 years ago
afb9bf5
patman: Handle checkpatch.pl not providing file/line info
by Simon Glass
· 12 years ago
ef0e9de
patman: Support Series-name tag to name a series
by Simon Glass
· 12 years ago
33f336d
MAKEALL: add a -C/--check option to enable build checking
by Kim Phillips
· 12 years ago
4ab6493
add check infrastructure, default sparse
by Kim Phillips
· 12 years ago
e46a435
sata.h: Make all sata/ata drivers include <sata.h>
by Pavel Herrmann
· 12 years ago
4ac8f8e
ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)
by Tom Rini
· 12 years ago
0e7d856
sil_sata: Make sata_write() comply with <part.h>
by Tom Rini
· 12 years ago
98391ff
sata_dwc: Make sata_write() use const void, per <part.h>
by Tom Rini
· 12 years ago
974d801
pata_bfin: Make sata_{read,write}() comply with <part.h>
by Tom Rini
· 12 years ago
40c030f
fsl_sata: Make sata_{read,write}() comply with <part.h>
by Tom Rini
· 12 years ago
dac8757
dwc_ahsata: Make sata_write() comply with <part.h>
by Tom Rini
· 12 years ago
5048a67
ata_piix: sata_write must take a const void argument.
by Tom Rini
· 12 years ago
879a57a
ata_piix: Fix checkpatch issues
by Tom Rini
· 12 years ago
e5f2475
usb.h: Add udc_disconnect prototype to usb.h
by Lukasz Dalek
· 12 years ago
3c09a28
pxa25x: Add support for USB ethernet gadget
by Lukasz Dalek
· 12 years ago
2bb3788
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
by Lukasz Dalek
· 12 years ago
4c43cd5
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
by Lukasz Dalek
· 12 years ago
563aed2
usbether: Fixed bug when using with PXA25X chips
by Lukasz Dalek
· 12 years ago
6d365ea
tegra20: add USB ULPI init code
by Lucas Stach
· 12 years ago
141288b
usb: ulpi: add indicator configuration function
by Lucas Stach
· 12 years ago
7a46b2c
usb: ehci: don't print debug output
by Lucas Stach
· 12 years ago
a896211
tegra20: port to new ehci interface
by Lucas Stach
· 12 years ago
93c2582
usb: add support for multiple usb controllers
by Lucas Stach
· 12 years ago
676ae06
usb: ehci: rework to take advantage of new lowlevel interface
by Lucas Stach
· 12 years ago
c7e3b2b
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
5527efe
pmc405de and zeus: remove the env_ptr externs
by Igor Grinberg
· 12 years ago
a821d08
ppc4xx: Remove AP1000 board support
by Stefan Roese
· 12 years ago
dee9c53
ppc4xx: Remove ML2 board support
by Stefan Roese
· 12 years ago
99bcad1
ppc4xx: Remove IOP480 support
by Stefan Roese
· 12 years ago
f2760c4
serial: Enhance the manual relocation
by Marek Vasut
· 12 years ago
c1f5805
serial: Compile drivers/serial/serial.c by default
by Marek Vasut
· 12 years ago
036036d
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· 12 years ago
a382725
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
by Marek Vasut
· 12 years ago
bffe31c1
serial: Remove CONFIG_SERIAL_MULTI from config files
by Marek Vasut
· 12 years ago
82dda96
serial: Unconditionally enable CONFIG_SERIAL_MULTI
by Marek Vasut
· 12 years ago
7742aa6
serial: Move common/serial.c to drivers/serial/
by Marek Vasut
· 12 years ago
19b8fa0
serial: ns16550: Rename serial.c to serial_ns16550.c
by Marek Vasut
· 12 years ago
f204138
serial: ns16550: Call usbtty_poll only in non-SPL build
by Marek Vasut
· 12 years ago
f1f1e9c
serial: Use puts() and hang() instead of panic() in SPL
by Marek Vasut
· 12 years ago
320de13
serial: mxs: spl: Remove empty serial_* functions from SPL code
by Marek Vasut
· 12 years ago
8bdd7ef
serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver
by Marek Vasut
· 12 years ago
a30a422
serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver
by Marek Vasut
· 12 years ago
eb50766
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver
by Marek Vasut
· 12 years ago
39f6147
serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver
by Marek Vasut
· 12 years ago
0dd9b84
serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver
by Marek Vasut
· 12 years ago
a943472
serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver
by Marek Vasut
· 12 years ago
7cd851a
serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver
by Marek Vasut
· 12 years ago
21310b5
serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver
by Marek Vasut
· 12 years ago
1f673b4
serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver
by Marek Vasut
· 12 years ago
a7ffb2f
serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver
by Marek Vasut
· 12 years ago
b6cd0fe
serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver
by Marek Vasut
· 12 years ago
7882e7c
serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver
by Marek Vasut
· 12 years ago
8b029db
serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver
by Marek Vasut
· 12 years ago
cef46b7
serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver
by Marek Vasut
· 12 years ago
Next »