Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6fc9ebff01a5b3e8fa1bffa312916335772c25bf
/
drivers
/
misc
45f3703
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Tue Jan 01 09:56:41 2019 -0500
39945c1
imx: rename mx8m,MX8M to imx8m,IMX8M
by Peng Fan
· Tue Nov 20 10:19:25 2018 +0000
738d8a8
misc: Add JZ47xx efuse driver
by Paul Burton
· Sun Dec 16 19:25:19 2018 -0300
3f829b8
Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Mon Dec 10 17:12:52 2018 -0500
92d443b
drivers: ifc: dynamic chipselect mapping support
by Pankit Garg
· Mon Nov 05 18:01:33 2018 +0000
ea2cf05
cros_ec: Adjust to use v1 vboot context only
by Simon Glass
· Fri Nov 23 21:29:37 2018 -0700
48d268f
cros: Correct a printf() string and comment
by Simon Glass
· Fri Nov 23 21:29:36 2018 -0700
587dc40
misc: Update read() and write() methods to return bytes xfered
by Simon Glass
· Tue Nov 06 15:21:39 2018 -0700
153f252
cros_ec: Add new features for events and power
by Simon Glass
· Tue Nov 06 15:21:22 2018 -0700
134022a
cros_ec: Align uclass data to a cache boundary
by Simon Glass
· Tue Nov 06 15:21:21 2018 -0700
411661d
cros_ec: Fail if we cannot determine the flash burst size
by Simon Glass
· Tue Nov 06 15:21:20 2018 -0700
a77024d
cros_ec: Add error logging on a few commands
by Simon Glass
· Tue Nov 06 15:21:19 2018 -0700
3a23951
cros_ec: Use uint instead of u8 for parameters
by Simon Glass
· Tue Nov 06 15:21:18 2018 -0700
0bc2085
misc: fs_loader: Fix compiler warning
by Keerthy
· Mon Nov 05 11:34:54 2018 +0530
b5cdbd8
misc: fs_loader: Use device_get_global_by_ofnode to get to node
by Keerthy
· Mon Nov 05 11:34:53 2018 +0530
b59b369
test: dm: pci: Add cases for finding next PCI capability APIs
by Bin Meng
· Mon Oct 15 02:21:22 2018 -0700
1a9d43f
misc: Add IHS FPGA driver
by Mario Six
· Thu Oct 04 09:00:55 2018 +0200
8862f45
misc: Add gdsys_soc driver
by Mario Six
· Thu Oct 04 09:00:54 2018 +0200
bceb7bc
misc: Sort Makefile entries
by Mario Six
· Thu Oct 04 09:00:53 2018 +0200
9a9b074
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
by Bin Meng
· Wed Oct 10 22:06:58 2018 -0700
d6e53c7
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
by Patrick Delaunay
· Fri Oct 26 09:02:52 2018 +0200
5db0e14
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· Thu Oct 25 10:16:21 2018 -0400
5548638
misc: imx8: add scfw api impementation
by Peng Fan
· Thu Oct 18 14:28:12 2018 +0200
c715de4
misc: add i.MX8 misc driver
by Peng Fan
· Thu Oct 18 14:28:11 2018 +0200
4ed88a5
cros_ec: Add support for v3 messages on LPC
by Simon Glass
· Mon Oct 01 12:22:39 2018 -0600
9456490
cros_ec: Update cros_ec_read_hash() to specify the image
by Simon Glass
· Mon Oct 01 12:22:38 2018 -0600
2c1e550
cros: Update ec_commands to latest version
by Simon Glass
· Mon Oct 01 12:22:36 2018 -0600
bed4352
cros: Update cros_ec code to use struct udevice
by Simon Glass
· Mon Oct 01 12:22:22 2018 -0600
699c9ca
dm: core: Update ofnode to read binman-style flash entry
by Simon Glass
· Mon Oct 01 12:22:08 2018 -0600
688db7f
misc: Add support for the Arm Versatile Express config bus
by Liviu Dudau
· Fri Sep 28 13:43:31 2018 +0100
b50374f
Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Sat Sep 29 11:47:32 2018 -0400
5ca878b
common: Generic loader for file system
by Tien Fong Chee
· Fri Jul 06 16:28:03 2018 +0800
810eb76
armv8: ls1043a: enable icid setup for qman portals
by Laurentiu Tudor
· Mon Aug 27 17:34:00 2018 +0300
7fdcf28
misc: Add MPC83xx serdes driver
by Mario Six
· Mon Aug 06 10:23:46 2018 +0200
c8cdce7
Convert CONFIG_TWL4030_LED et al to Kconfig
by Adam Ford
· Mon Aug 06 14:26:50 2018 -0500
1f8261f
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Mon Aug 13 12:34:55 2018 -0400
0cafb65
misc: Add gdsys_ioep driver
by Mario Six
· Tue Jul 31 14:24:15 2018 +0200
a8ce0ee
test: Add tests for misc uclass
by Mario Six
· Tue Jul 31 14:24:14 2018 +0200
8909ad2
misc: uclass: Add enable/disable function
by Mario Six
· Tue Jul 31 14:24:13 2018 +0200
1238f74
armv8: ls1046a: add icid setup for qman portals
by Laurentiu Tudor
· Thu Aug 09 15:19:47 2018 +0300
a475ba9
misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
by Laurentiu Tudor
· Thu Aug 09 15:19:44 2018 +0300
d74d312
test: dm: pci: Add cases for finding PCI capability APIs
by Bin Meng
· Fri Aug 03 01:14:53 2018 -0700
c69ae41
pci: sandbox: swap_case: Declare dynamic driver matching
by Bin Meng
· Fri Aug 03 01:14:46 2018 -0700
5b87baf
pci: sandbox: swap_case: Preserve space indicator bit in BAR registers
by Bin Meng
· Fri Aug 03 01:14:40 2018 -0700
b139a5b
misc: stm32: Add STM32MP1 support
by Patrick Delaunay
· Mon Jul 09 15:17:20 2018 +0200
4b58093
dm: core: Update of_read_fmap_entry() for livetree
by Simon Glass
· Mon Jun 11 13:07:17 2018 -0600
ff7dd58
sandbox: swap_case: Increase number of base address regs
by Simon Glass
· Tue Jun 12 00:05:02 2018 -0600
3ae0d90
mach-stm32: Enable SPL_RESET_SUPPORT flag
by Patrice Chotard
· Thu May 31 09:00:43 2018 +0200
0c4656b
stm32mp1: add FUSE command support
by Patrick Delaunay
· Thu May 17 15:24:06 2018 +0200
7f504a0
gdsys: drivers: Add gdsys_rxaui_ctrl driver
by Mario Six
· Fri Apr 27 14:53:33 2018 +0200
7264aae
clk: clk_stm32f: Use PLLSAIP as USB 48MHz clock
by Patrice Chotard
· Wed Apr 11 17:07:45 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
9621967
i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET
by Vipul Kumar
· Fri Feb 16 19:07:21 2018 +0530
716d496
misc: ocotp: add i.MX8M support
by Peng Fan
· Wed Jan 10 13:20:39 2018 +0800
22069e2
x86: qemu: qfw: Implement acpi_get_rsdp_addr()
by Bin Meng
· Tue Jan 30 05:01:17 2018 -0800
235ba33
misc: mxc_ocotp: check fuse word before programming on i.MX7ULP
by Peng Fan
· Tue Jan 02 15:51:20 2018 +0800
aa270b4
drivers/misc: Share qbman init between archs
by Ahmed Mansour
· Fri Dec 15 16:01:00 2017 -0500
03f10a1
dm: misc: bind STM32F4/F7 clock from rcc MFD driver
by Patrice Chotard
· Wed Nov 15 13:14:51 2017 +0100
789ee0e
stm32: fix STMicroelectronics copyright
by Patrice Chotard
· Mon Oct 23 09:53:58 2017 +0200
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
275f706
dm: misc: add stm32 rcc driver
by Christophe Kerello
· Wed Sep 13 18:00:08 2017 +0200
3b50596
rockchip: efuse: change to use dev_read_addr_ptr
by Philipp Tomsich
· Tue Sep 12 17:32:26 2017 +0200
911a610
misc: i2c_eeprom: Add compatible for AT24MAC402
by Wenyou Yang
· Mon Jul 31 11:25:31 2017 +0800
6db5042
misc: i2c_eeprom: Add compatible for 24AA02E48
by Wenyou Yang
· Mon Jul 31 11:25:30 2017 +0800
7907cf9
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Tue Sep 12 09:32:51 2017 -0400
2852976
dm: core: Add ofnode_for_each_subnode()
by Simon Glass
· Sat Aug 05 15:45:54 2017 -0600
f791d56
misc: Kconfig: Add SPL_I2C_EEPROM option
by Wenyou Yang
· Wed Sep 06 13:08:14 2017 +0800
5664f83
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
by Adam Ford
· Sun Aug 13 09:00:28 2017 -0500
efd6384
rockchip: efuse: dm: change to use dev_read_addr
by Philipp Tomsich
· Fri Jul 14 18:09:51 2017 +0200
9390f3d
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Tue Jul 18 08:42:48 2017 -0400
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· Thu Jun 29 10:16:06 2017 +0200
ef2b6b1
drivers/misc: Add basic support for ATSHA204A Crypto module
by Marek Behún
· Fri Jun 09 19:28:44 2017 +0200
9cf85cb
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
by Masahiro Yamada
· Thu Jun 22 16:54:05 2017 +0900
a7cc93e8
i2c_eeprom: add static to i2c_eeprom_std_ops/probe
by Masahiro Yamada
· Thu Jun 22 16:51:22 2017 +0900
6f90e58
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
by Heiko Schocher
· Wed Jun 14 05:49:40 2017 +0200
fcc1d63
rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block
by Philipp Tomsich
· Fri May 05 19:21:38 2017 +0200
41f4f34
dm: Update the I2C eeprom driver for livetree
by Simon Glass
· Thu May 18 20:09:52 2017 -0600
b35e6d6
cros_ec: Convert to support live tree
by Simon Glass
· Thu May 18 20:09:23 2017 -0600
0b8e8ce
cros_ec: Fix debug() statement in ec_command_inptr()
by Simon Glass
· Thu May 18 20:09:22 2017 -0600
e6dd8da
dm: core: Update device_bind_driver_to_node() to use ofnode
by Simon Glass
· Thu May 18 20:09:07 2017 -0600
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· Wed May 17 17:18:05 2017 -0600
02ecaed
Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR
by Simon Glass
· Wed May 17 03:25:07 2017 -0600
58ed322
Convert CONFIG_DS4510 to Kconfig
by Simon Glass
· Wed May 17 03:25:02 2017 -0600
97cc847
Kconfig: Drop CONFIG_CMD_DS4510
by Simon Glass
· Wed May 17 03:25:01 2017 -0600
df493e1
Kconfig: Drop CONFIG_CMD_DS4510_RST
by Simon Glass
· Wed May 17 03:25:00 2017 -0600
22fc9ba
Kconfig: Drop CONFIG_CMD_DS4510_MEM
by Simon Glass
· Wed May 17 03:24:59 2017 -0600
d45369e
Kconfig: Drop CONFIG_CMD_DS4510_INFO
by Simon Glass
· Wed May 17 03:24:58 2017 -0600
8427a24
i2c_eeprom: add read and write functions
by Jonas Karlman
· Sat Apr 22 08:57:41 2017 +0000
55f3ea7
Drop the pdsp188x driver
by Simon Glass
· Wed Apr 26 22:28:11 2017 -0600
98c5782
mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULP
by Peng Fan
· Wed Feb 22 16:21:46 2017 +0800
874d6b4
cros_ec: i2c: Add support for version 3 of the EC protocol
by Moritz Fischer
· Fri Jan 20 12:35:03 2017 -0800
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
9b606d6
cros_ec: i2c: Group i2c write / read into single transaction
by Moritz Fischer
· Thu Jan 12 09:47:30 2017 -0800
ca37a39
x86: Use unsigned long for address in table generation
by Simon Glass
· Mon Jan 16 07:03:35 2017 -0700
4892d39
status_led: Kconfig migration
by Uri Mashiach
· Thu Jan 19 10:51:45 2017 +0200
a2c2f6c
OCOTP: Update OCOTP driver to support i.MX6SLL
by Peng Fan
· Sun Dec 11 19:24:33 2016 +0800
50c1402
cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c
by Moritz Fischer
· Thu Nov 03 08:53:52 2016 -0600
65dfbe6
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Wed Oct 12 20:48:43 2016 -0400
Next »