index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
sf: Update status reg check in spi_flash_cmd_wait_ready
Jagan Teki
2015-10-25
1
-58
/
+13
|
*
|
sf: Make flash->flags use for generic usage
Jagan Teki
2015-10-25
2
-5
/
+9
|
*
|
sf: Optimize BAR write code
Jagan Teki
2015-10-25
1
-28
/
+13
|
*
|
sf: Add spi_flash_read_bar
Jagan Teki
2015-10-25
1
-19
/
+34
|
*
|
sf: Return bank_sel, if flash->bank_curr == bank_sel
Jagan Teki
2015-10-25
1
-1
/
+1
|
*
|
spi: zynq_spi: Remove unneeded headers
Jagan Teki
2015-10-25
1
-5
/
+1
|
*
|
spi: zynq_qspi: Fix to configure CPOL, CPHA mask
Jagan Teki
2015-10-25
1
-3
/
+4
|
*
|
sf: params: Add IS25LP128 part support
Jagan Teki
2015-10-25
1
-0
/
+1
|
*
|
sf: params: Add IS25LP064 part support
Jagan Teki
2015-10-25
1
-0
/
+1
|
*
|
sf: params: Add IS25LP032 part support
Jagan Teki
2015-10-25
1
-0
/
+3
|
*
|
spi: zynq_spi: Store cs value into private data
Jagan Teki
2015-10-25
1
-3
/
+5
|
*
|
spi: zynq_spi: Rename baudrate divisor mask name
Jagan Teki
2015-10-25
1
-2
/
+2
|
*
|
spi: zynq_spi: Add config reg shift named macros
Jagan Teki
2015-10-25
1
-3
/
+7
|
*
|
spi: Kconfig: Add Zynq QSPI controller entry
Jagan Teki
2015-10-25
1
-0
/
+9
|
*
|
spi: Add zynq qspi controller driver
Jagan Teki
2015-10-25
2
-0
/
+623
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2015-10-28
1
-0
/
+4
|
\
\
|
*
|
i2c: Instantiate I2C controllers when selected
Michal Simek
2015-10-28
1
-0
/
+4
|
|
/
*
|
Merge git://www.denx.de/git/u-boot-cfi-flash
Tom Rini
2015-10-27
1
-41
/
+41
|
\
\
|
*
|
cfi_flash: use specific width types for cword
Ryan Harkin
2015-10-27
1
-41
/
+41
|
|
/
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2015-10-27
20
-65
/
+86
|
\
\
|
*
|
dm: tpm: Drop CONFIG_DM_TPM
Simon Glass
2015-10-23
2
-13
/
+4
|
*
|
dm: tpm: Every TPM drivers should depends on DM_TPM
Christophe Ricard
2015-10-23
1
-3
/
+3
|
*
|
dm: tpm: Remove every compilation switch for TPM driver model
Christophe Ricard
2015-10-23
2
-2
/
+0
|
*
|
dm: tpm: Add Driver Model support for tpm_atmel_twi driver
Christophe Ricard
2015-10-23
2
-19
/
+51
|
*
|
dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
Christophe Ricard
2015-10-23
4
-5
/
+5
|
*
|
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
14
-29
/
+29
*
|
|
UBI: Fastmap: Fix PEB array type
Heiko Schocher
2015-10-26
1
-2
/
+2
*
|
|
ubi,ubifs: sync with linux v4.2
Heiko Schocher
2015-10-26
17
-1347
/
+1860
*
|
|
linux, compat: add missing definitions for ubi
Heiko Schocher
2015-10-26
1
-5
/
+0
|
|
/
|
/
|
*
|
Fix bad return value checks (detected with Coccinelle)
Thomas Huth
2015-10-24
1
-1
/
+1
*
|
allow LED initialization without STATUS_LED_BOOT
Bernhard Nortmann
2015-10-24
2
-2
/
+6
*
|
add generic stubs for GPIO LEDs
Bernhard Nortmann
2015-10-23
1
-0
/
+54
*
|
dm: keystone: serial: Add driver model support
Lokesh Vutla
2015-10-23
2
-0
/
+49
*
|
net: convert altera_tse to driver model and phylib
Thomas Chou
2015-10-23
3
-1047
/
+382
*
|
nios2: convert altera sysid to driver model
Thomas Chou
2015-10-23
3
-0
/
+109
*
|
dm: implement a Miscellaneous uclass
Thomas Chou
2015-10-23
3
-0
/
+61
*
|
serial: remove altera serial initializations
Thomas Chou
2015-10-23
1
-4
/
+0
*
|
nios2: convert altera timer to driver model
Thomas Chou
2015-10-23
3
-0
/
+112
*
|
dm: implement a Timer uclass
Thomas Chou
2015-10-23
5
-0
/
+64
*
|
nios2 : convert altera_pio to driver model
Thomas Chou
2015-10-23
2
-240
/
+83
*
|
spi : convert altera_spi to driver model
Thomas Chou
2015-10-23
2
-86
/
+119
*
|
nios2: convert altera_uart to driver model
Thomas Chou
2015-10-23
2
-91
/
+121
*
|
nios2: convert altera_jtag_uart to driver model
Thomas Chou
2015-10-23
2
-60
/
+137
|
/
*
drivers: gpio: omap: add support for parsing additional gpio parameters
Mugunthan V N
2015-10-22
1
-0
/
+11
*
drivers: serial: serial_omap: add comaptibles for all ti platforms
Mugunthan V N
2015-10-22
1
-0
/
+4
*
drivers: serial: serial_omap: populate default clock frequency when not found...
Mugunthan V N
2015-10-22
1
-1
/
+3
*
drivers: mmc: omap_hsmmc: convert driver to adopt device driver model
Mugunthan V N
2015-10-22
1
-1
/
+116
*
ARM: k2g: add SD card and eMMC support
Roger Quadros
2015-10-22
1
-2
/
+5
*
driver: net: keystone_net: removing unused code
Mugunthan V N
2015-10-22
1
-10
/
+0
*
driver: net: keystone_net: add support for rgmii phy
Vitaly Andrianov
2015-10-22
1
-1
/
+43
[prev]
[next]