summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-07-31clk: gate: support sandboxPeng Fan1-0/+3
2019-07-31clk: add composite clk supportPeng Fan1-0/+22
2019-07-31clk-provider: include clk-uclass.hPeng Fan1-0/+1
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan1-0/+7
2019-07-31clk: add clk-gate supportPeng Fan1-0/+18
2019-07-31clk: export mux/divider opsPeng Fan1-0/+5
2019-07-31clk: mux: add set parent supportPeng Fan1-0/+2
2019-07-28Merge branch '2019-07-26-ti-imports'Tom Rini1-0/+11
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+132
2019-07-27firmware: ti_sci: Add a command for releasing all exclusive devicesLokesh Vutla1-0/+4
2019-07-27firmware: ti_sci: Add processor shutdown API methodAndreas Dannenberg1-0/+4
2019-07-27firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla1-0/+3
2019-07-19clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HWLukasz Majewski1-0/+4
2019-07-19clk: sandbox: Adjust clk-divider to emulate reading its value from HWLukasz Majewski1-0/+3
2019-07-19clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski1-0/+109
2019-07-19clk: Introduce clk-provider.h to store Common Clock Framework's internalsLukasz Majewski1-0/+16
2019-07-19clk: sifive: Sync-up WRPLL library with upstream LinuxAnup Patel1-46/+24
2019-07-19clk: sifive: Factor-out PLL library as separate moduleAnup Patel1-0/+101
2019-06-05lib: Implement strndup()Thierry Reding1-0/+1
2019-05-20mpc83xx: Introduce ARCH_MPC836*Mario Six1-1/+1
2019-05-20mpc83xx: Introduce ARCH_MPC832*Mario Six1-1/+1
2019-05-20mpc83xx: Introduce ARCH_MPC830*Mario Six1-1/+1
2019-05-05lib: add Zstandard decompression supportMarek BehĂșn1-0/+1147
2019-05-05lib: Add xxhash supportMarek BehĂșn1-0/+229
2019-04-27firmware: ti_sci: Modify auth_boot TI-SCI API to match new versionAndrew F. Davis1-2/+2
2019-04-27firmware: ti_sci: Add support for firewall managementAndrew F. Davis1-0/+64
2019-04-22compat linux: import completion from linux 4.18Philippe Reynes1-0/+173
2019-04-22include: linux: io: define devm_ioremap on board with ioremapPhilippe Reynes1-1/+1
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-0/+30
2019-04-22mtd: nand: import nand_hw_control_init()Marc Gonzalez1-0/+7
2019-04-22mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+12
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-04-12firmware: Add support for querying msmc memoryLokesh Vutla1-0/+4
2019-04-12mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal1-1/+1
2019-04-12dma: ti: add driver to K3 UDMAVignesh R1-0/+24
2019-04-12soc: ti: k3: add CPPI5 description and helpersGrygorii Strashko1-0/+995
2019-04-12soc: ti: k3: add navss ringacc driverGrygorii Strashko1-0/+236
2019-04-12firmware: ti_sci: Add support for NAVSS resource managementGrygorii Strashko1-0/+300
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R1-0/+9
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R2-0/+442
2019-02-07bitops: Fix GENMASK definition for SandboxVignesh R1-0/+5
2018-12-29linux/kernel.h: import DIV_ROUND_CLOSEST_ULL from LinuxMasahiro Yamada1-0/+12
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski3-1/+27
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-0/+8
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-0/+10
2018-12-06Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2-2/+5
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+18
2018-12-05mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon1-0/+2
2018-12-05mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon1-0/+15
2018-12-05mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon1-0/+1