summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | commands: add partedSascha Hauer2024-02-203-1/+396
| | * | | partitions: efi: implement partition manipulation supportSascha Hauer2024-02-202-13/+265
| | * | | partitions: dos: implement partition manipulation supportSascha Hauer2024-02-201-13/+243
| | * | | partitions: implement partition manipulation supportSascha Hauer2024-02-203-24/+157
| | * | | partitions: move parser.h to include/partitions.hSascha Hauer2024-02-204-5/+3
| | * | | partition: add PARTITION_LINUX_DATA_GUID defineSascha Hauer2024-02-201-0/+3
| | * | | linux/sizes.h: add more definesSascha Hauer2024-02-201-0/+12
| | * | | uuid: implement random uuid/guidSascha Hauer2024-02-201-0/+30
| | * | | partition: efi: keep raw dataSascha Hauer2024-02-201-6/+19
| | * | | partition: allocate struct partition in parserSascha Hauer2024-02-204-35/+51
| | * | | partition: allocate struct partition_desc in parserSascha Hauer2024-02-204-9/+32
| | * | | partitions: dos: save indention levelSascha Hauer2024-02-201-25/+27
| | * | | fastboot: evaluate fastboot partitions when usedSascha Hauer2024-02-161-15/+32
| | * | | fastboot: add function to free a list of fastboot variablesSascha Hauer2024-02-161-2/+7
| | * | | fastboot: pass list to fb_addvar()Sascha Hauer2024-02-161-7/+7
| | * | | block: reparse partition table when necessarySascha Hauer2024-02-162-1/+26
| | * | | partition: allow to reparse a partition tableSascha Hauer2024-02-162-0/+21
| | * | | common: partitions: efi: fix memory leakSascha Hauer2024-02-161-5/+5
| | * | | fs: move cdev open count to cdev_open()/cdev_close()Sascha Hauer2024-02-162-6/+11
| * | | | Merge branch 'for-next/misc'Sascha Hauer2024-02-2148-622/+307
| |\ \ \ \
| | * | | | phy: freescale: imx8mq-usb: make i.MX8MP support more explicitAhmad Fatoum2024-02-201-2/+6
| | * | | | deep-probe: return -EPROBE_DEFER when ensuring probe failsAhmad Fatoum2024-02-201-7/+7
| | * | | | deep-probe: use IS_ERR_OR_NULL() instead of opencodingAhmad Fatoum2024-02-201-3/+1
| | * | | | deep-probe: treat any probe deferral as permanentAhmad Fatoum2024-02-201-14/+19
| | * | | | driver: refactor probe return value handling into switch statementAhmad Fatoum2024-02-201-15/+18
| | * | | | treewide: use dev_err_probe instead of comparisons against EPROBE_DEFERAhmad Fatoum2024-02-2010-60/+20
| | * | | | usb: core: replace calls to strerror with %pe format specifierAhmad Fatoum2024-02-201-3/+3
| | * | | | ARM: Layerscape: TQMLS1046a: switch to upstream DTAhmad Fatoum2024-02-206-423/+73
| | * | | | mci: bcm2835: support 8bit bus widthPierre-Olivier Huard2024-02-162-0/+8
| | * | | | ARM: dts: rpi4: add DT for CM4SPierre-Olivier Huard2024-02-163-1/+24
| | * | | | firmware: arm_scmi: call device driver remove if definedAhmad Fatoum2024-02-161-5/+0
| | * | | | drivers: drop simple bus remove in favor of common implementationAhmad Fatoum2024-02-165-35/+0
| | * | | | driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-163-15/+37
| | * | | | partitions: dos: support root=PARTUUID= generation with zero NT signatureAhmad Fatoum2024-02-161-8/+3
| | * | | | ARM: at91: sama5d27-som1: autoping watchdog during barebox runtimeAhmad Fatoum2024-02-134-0/+7
| | * | | | serial: ns16550: add support for half duplex rs485Pierre-Olivier Huard2024-02-082-0/+13
| | * | | | serial: ns16550: add basic support for rs485Pierre-Olivier Huard2024-02-082-2/+34
| | * | | | eth: replace ethaddr_to_string() with %pMSascha Hauer2024-02-057-32/+10
| | * | | | vsprintf: add support for printing MAC addressesSascha Hauer2024-02-051-0/+25
| | * | | | barebox_imd: Add IMD sections to mpc-85xx.Christian Melki2024-01-291-0/+2
| * | | | | Merge branch 'for-next/imx'Sascha Hauer2024-02-2158-1197/+3215
| |\ \ \ \ \
| | * | | | | ARM: i.MX: add barebox,bootsource-mmc aliasesSascha Hauer2024-02-209-2/+34
| | * | | | | hab: implement i.MX9 supportSascha Hauer2024-02-162-0/+106
| | * | | | | ARM: i.MX: ele: implement more ELE operationsSascha Hauer2024-02-162-1/+362
| | * | | | | hab: pass flags to lockdown_device()Sascha Hauer2024-02-161-5/+5
| | * | | | | hab: cleanup hab status printing during bootSascha Hauer2024-02-165-52/+42
| | * | | | | hab: drop i.MX35Sascha Hauer2024-02-161-1/+1
| | * | | | | hab: drop incomplete i.MX28 supportSascha Hauer2024-02-162-28/+0
| | * | | | | nvmem: ocotp: mark data as constMarc Kleine-Budde2024-02-131-12/+12
| | * | | | | nvmem: ocotp: use tab for indention onlyMarc Kleine-Budde2024-02-131-27/+29