summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tftp: refactor data processingEnrico Scholz2022-08-311-16/+21
* tftp: reduce block size on lookup requestsEnrico Scholz2022-08-311-1/+3
* tftp: record whether tftp file is opened for lookup operation onlyEnrico Scholz2022-08-311-3/+5
* tftp: add sanity check for OACK responseEnrico Scholz2022-08-311-3/+16
* tftp: allocate buffers and fifo dynamicallyEnrico Scholz2022-08-311-50/+144
* tftp: add debug_assert() macroEnrico Scholz2022-08-311-0/+9
* tftp: remove sanity check of first blockEnrico Scholz2022-08-311-8/+0
* tftp: replace hardcoded blksize by global constantEnrico Scholz2022-08-311-2/+4
* tftp: minor refactoring of RRQ/WRQ packet generation codeEnrico Scholz2022-08-311-5/+5
* tftp: assign 'priv->block' later in WRQEnrico Scholz2022-08-311-5/+5
* tftp: do not set 'tsize' in WRQ requestsEnrico Scholz2022-08-311-4/+9
* cmd:tftp: add '-P' option to set tftp server port numberEnrico Scholz2022-08-311-3/+19
* tftp: allow to change tftp portEnrico Scholz2022-08-311-2/+5
* tftp: add some 'const' annotationsEnrico Scholz2022-08-311-1/+1
* clk: imx8mn: remove SYS PLL 1/2 clock gatesMarco Felsch2022-08-251-32/+33
* clk: imx8mm: remove SYS PLL 1/2 clock gatesMarco Felsch2022-08-251-32/+33
* fs: ubootvarfs: fix double-free unlinking U-Boot variablesAhmad Fatoum2022-08-221-0/+1
* ARM: i.MX8M: HABv4: make barebox SHA256 embedding POSIX-shell compatibleAhmad Fatoum2022-08-161-1/+2
* ARM: dts: imx6: marsboard: fix flash node after upstream renameAhmad Fatoum2022-08-121-1/+1
* Merge branch 'for-next/socfpga'Sascha Hauer2022-08-1114-20/+460
|\
| * ARM: socfpga: defconfig: add aa1Steffen Trumtrar2022-08-081-0/+1
| * ARM: socfpga: add support for Enclustra AA1Steffen Trumtrar2022-08-0810-0/+435
| * ARM: socfpga: achilles: guard macros with bracesSteffen Trumtrar2022-08-081-5/+6
| * ARM: socfpga: achilles: replace use of magicvalueSteffen Trumtrar2022-08-081-1/+2
| * ARM: socfpga: achilles: use ENTRY_FUNCTION_WITHSTACKSteffen Trumtrar2022-08-081-9/+5
| * ARM: socfpga: achilles: use dtbz instead of dtbSteffen Trumtrar2022-08-082-3/+4
| * ARM: socfpga: achilles: remove cargo-cultSteffen Trumtrar2022-08-081-3/+0
| * scripts: socfgpa_xml_to_config: document pincfgSteffen Trumtrar2022-08-081-0/+8
* | Merge branch 'for-next/rk808'Sascha Hauer2022-08-1116-6/+2264
|\ \
| * | regulator: add Rockchip rk808 supportAhmad Fatoum2022-08-117-0/+2101
| * | regulator: fixed: request vin-supply as neededAhmad Fatoum2022-08-111-0/+3
| * | regulator: recursively enable/disable regulator dependency treeAhmad Fatoum2022-08-112-3/+63
| * | regulator: consult min_uv, max_uv for regulator_get_voltageAhmad Fatoum2022-08-081-1/+5
| * | regmap: implement regmap_init_i2c_smbusAhmad Fatoum2022-08-082-0/+40
| * | mfd: implement mfd_add_devicesAhmad Fatoum2022-08-085-2/+52
* | | Merge branch 'for-next/net-designware'Sascha Hauer2022-08-115-52/+36
|\ \ \
| * | | net: designware: eqos: remove undefined eqos_reset prototypeAhmad Fatoum2022-08-091-1/+0
| * | | net: designware: eqos: replace double accounting of interface up statusAhmad Fatoum2022-08-093-13/+1
| * | | net: designware: eqos: stm32: remove duplicate error messageAhmad Fatoum2022-08-091-8/+1
| * | | net: designware: rework Kconfig text and menu structureAhmad Fatoum2022-08-091-30/+34
* | | | Merge branch 'for-next/misc'Sascha Hauer2022-08-1182-456/+1094
|\ \ \ \
| * | | | ARM: dts: stm32mp: add bootrom serial (DFU) reboot modeAhmad Fatoum2022-08-111-1/+2
| * | | | ARM: dts: stm32mp: reuse now upstream tamp nodeAhmad Fatoum2022-08-111-14/+11
| * | | | power: reset: reboot-mode: parse barebox,mode-* propertiesAhmad Fatoum2022-08-111-0/+2
| * | | | power: reset: reboot-mode: refactor to allow other mode- prefixesAhmad Fatoum2022-08-111-13/+20
| * | | | test: self: add tests for of_append_propertyAhmad Fatoum2022-08-112-1/+15
| * | | | of: implement of_append_propertyAhmad Fatoum2022-08-112-0/+41
| * | | | FIT: add first support for compressed imagesAhmad Fatoum2022-08-115-3/+87
| * | | | kbuild: make FIT public key overwritableStefano Manni2022-08-092-1/+24
| * | | | i2c: bcm283x: fix ending of transfer in case of NACKDaniel BrĂ¡t2022-08-091-8/+15