Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | -13/+1 |
| | | | | | | | | | In a number of places we had wordings of the GPL (or LGPL in a few cases) license text that were split in such a way that it wasn't caught previously. Convert all of these to the correct SPDX-License-Identifier tag. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
* | lib/powerpc: addrmap_phys_to_virt() should return a pointer | Timur Tabi | 2012-07-06 | -8/+11 |
| | | | | | | | | | | | | | addrmap_phys_to_virt() converts a physical address (phys_addr_t) to a virtual address, so it should return a pointer instead of an unsigned long. Its counterpart, addrmap_virt_to_phys(), takes a pointer, so now they're orthogonal. The only caller of addrmap_phys_to_virt() converts the return value to a pointer anyway. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> | |||
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -0/+81 |
Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |